Objects
Delete an object
Soft-deletes an object by ID. The record is marked as deleted but not permanently removed. All relationships involving this object are also soft-deleted.
DELETE
Delete an object
Authorizations
Your organization's API key (starts with sk_live_)
Path Parameters
The object type slug. Use contacts for People, companies for Companies,
or the slug of a Custom Object (e.g., deals, tickets).
Singular forms (contact, company) are also accepted.
Body
application/json
Record ID to delete
Example:
123
Response
Object deleted
Example:
true
Delete an object