Contacts
Delete a contact
Deletes the contact and all data associated with it.
DELETE
Delete a contact
Last modified on June 20, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes the contact and all data associated with it.
curl --request DELETE \
--url https://{domain}/api/site/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": ""
}Was this page helpful?
curl --request DELETE \
--url https://{domain}/api/site/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": ""
}