delete https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/account-id//email/email-address/
Removes an email from an Account. Specify the Account identifier and the email address to be deleted.
Response
Removes an email from an Account. Specify the Account identifier and the email address to be deleted.
xxxxxxxxxx
curl --request DELETE \
--url https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/account-id/accountId/email/email-address/address \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": ""
}