Skip to main content
DELETE
Delete Company

Request

Path Parameters

string
required
The company’s unique ID (UUID)

Headers

Requires an API key with the companies:write permission.
Deletion is permanent and cannot be undone. Linked contacts and deals are not deleted but have their related_company_id / company_id references set to null (orphaning them). Fires the company.deleted webhook event.

Response

object

Example Response

If you want to preserve linked records, reassign contacts and deals to another company (via PATCH /v1/contacts/{id} and PATCH /v1/deals/{id}) before deleting.

Errors