Skip to main content
DELETE
/
contacts
/
{id}
curl --request DELETE \
  --url https://api.autosend.com/v1/contacts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}
curl --request DELETE \
  --url https://api.autosend.com/v1/contacts/{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

id
string
required
Single contact idExample: "507f1f77bcf86cd799439011"

Response

Contact deleted successfully
success
boolean
Example: true