Deletes a contact by its 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
}
<token>, where <token> is your auth token."507f1f77bcf86cd799439011"truecurl --request DELETE \
--url https://api.autosend.com/v1/contacts/{id} \
--header 'Authorization: Bearer <token>'
{
"success": true
}