curl --request POST \ --url https://api.autosend.com/v1/contacts/remove \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "emails": [ "[email protected]" ] }'
{ "success": true }
Removes one or more contacts by their email addresses. Returns the IDs of the contacts that were successfully removed.
<token>
1
["[email protected]"]
true