Permanently deletes a CRM person record and all associated data (notes, activity logs, relationships).
This action is irreversible.
Required scope: crm:write
curl --request DELETE \
--url https://api.zeeg.me/v2/crm/people/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200,
"message": "Person deleted."
}Permanently deletes a CRM person record and all associated data (notes, activity logs, relationships).Documentation Index
Fetch the complete documentation index at: https://developer.zeeg.me/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.zeeg.me/v2/crm/people/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200,
"message": "Person deleted."
}