Skip to content

Delete an email address

DELETE
/api/v4/user/emails/{email_id}

Deletes the specified email address. You cannot delete a primary email address. Any future emails sent to the deleted email address are sent to the primary email address instead.

email_id
required
integer

The ID of the email

No Content

Bad Request

Not Found