Remove an email address

DELETE /api/0/users/{user_id}/emails/

Removes an email associated with the user account

Path Parameters

user_id (string)
REQUIRED

The ID of the user the resource belongs to.

Scopes

<auth_token> requires one of the following scopes:
    Copied
    curl https://sentry.io/api/0/users/{user_id}/emails/ \
     -H 'Authorization: Bearer <auth_token>' \
     -X DELETE
    RESPONSE
    Copied
    No Content.