Removes an email alias from a user.
23432
The ID of the email alias.
12345
The ID of the user.
Removes the alias and returns an empty response.
An unexpected client error.
curl -i -X DELETE "https://api.box.com/2.0/users/12345/email_aliases/23432" \
-H "authorization: Bearer <ACCESS_TOKEN>"