Permanently deletes a contact identified by the userId field (your application’s user identifier).
curl --request DELETE \
--url https://api.autosend.com/v1/contacts/email/userId/{id} \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Documentation Index
Fetch the complete documentation index at: https://docs.autosend.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.autosend.com/v1/contacts/email/userId/{id} \
--header 'Authorization: Bearer <token>'
{
"success": true
}
<token>, where <token> is your auth token."user_12345"truecurl --request DELETE \
--url https://api.autosend.com/v1/contacts/email/userId/{id} \
--header 'Authorization: Bearer <token>'
{
"success": true
}