Permanently deletes a custom CRM object along with all its records and attribute definitions.
This action is irreversible. All data stored in the object’s records will be lost.
Standard objects (people, companies) cannot be deleted.
Required scope: crm:write
curl --request DELETE \
--url https://api.zeeg.me/v2/crm/objects/{slug} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200,
"message": "Object deleted."
}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.
relation attributes in other objects that pointed to this object (the attribute is removed from those objects automatically)people, companies) cannot be deleted — the endpoint returns 403.curl --request DELETE \
--url https://api.zeeg.me/v2/crm/objects/{slug} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200,
"message": "Object deleted."
}