Users
Remove a User's Email Address
Deletes an email address from the user's account.
- If the email is confirmed and verified, it will be removed. - If the email is unconfirmed, it will be removed from unconfirmed emails. - Cannot delete the primary email address.
Returns
Returns a 204 No Content response if the email was successfully removed.
Errors
If the request is unsuccessful, an errors key containing information about the failure will be returned. Refer to the list of error codes.
delete/users/{user_id}/settings/emails/{email_id}/
Path parameters
user_idstring required
The unique identifier of the user. Example: abc123
email_idstring required
The unique identifier of the email address. Example: 1a2b3c
Response
Email address successfully removed.