curl --request DELETE \ --url https://api.autosend.com/v1/contacts/email/userId/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Permanently deletes a contact identified by the userId field (your application’s user identifier).
<token>
"user_12345"
true