Accounts
Account Email Remove
Remove an email address from the authenticated account.
Remove an email address from the authenticated account.
DELETE
/accounts/self/emails/{email_address_id}storyden-session<token>
In: cookie
Path Parameters
email_address_idstring
An email address ID associated with the requesting account.
Format
xidResponse Body
curl -X DELETE "https://loading/api/accounts/self/emails/cc5lnd2s1s4652adtu50"Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}