v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

Delete Company

This API endpoint permanently removes a specific company. All clients that are part of this company will no longer be associated with any company (and each will instead be associated with a new placeholder company). When a company is deleted, the associated company file and message channels are also deleted.

delete/v1/companies/{id}

Path parameters

idstring required

The ID of the company to delete.

Response

200

idstring
objectstring
deletedboolean

Example response

{
  "id": "4d19c2d8-94e2-4c7c-9b24-a6ccb90f79e8",
  "object": "company",
  "deleted": true
}