Skip to main content
DELETE
/
contacts
/
email
/
userId
/
{userId}
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
}

Authorizations

Authorizations
string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required
Your application’s user identifierExample: "user_12345"

Response

Contact deleted successfully
success
boolean
Example: true