This action is irreversible. The contact, their tag associations, list memberships, and unsubscribe records are all permanently removed.
Your project UUID. Not required if the API key already encodes the project.
Path Parameters
Response
curl -X DELETE "https://api.usegately.com/api/v1/contacts/CONTACT_ID" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-Project-ID: YOUR_PROJECT_ID"
{
"message": "Contact deleted successfully"
}