Remove an email address
DELETE /api/0/users/{user_id}/emails/
Removes an email associated with the user account
Path Parameters
user_id
(string)REQUIREDThe ID of the user the resource belongs to.
Scopes
You need to authenticate via bearer auth token.
<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
CopiedNo Content.