Skip to main content
Deleting a record doesn’t destroy it. Every DELETE on a record — people, companies, deals, notes, tasks, activities, and custom-object records — soft-deletes it: the record moves to a per-workspace trash, stays recoverable for 30 days, then is permanently purged. There is deliberately no hard-delete, so an agent can never irreversibly destroy your data.

Endpoints

{resource} is one of people, companies, deals, notes, tasks, activities, custom-objects. Any other value returns 400.

List the trash

label is a human-readable summary of the record (a person’s name/email, a company name, a deal name, a note snippet, …). Up to 100 most-recently-deleted records are returned.

Restore

Restoring re-counts the record against your plan’s record cap. If you’re already at the cap, restore returns 402 with code records_cap_exceeded — free up space or upgrade, then retry. Restoring a record that isn’t in the trash returns 404.
After 30 days a trashed record is hard-deleted by a daily purge and can no longer be restored.