Skip to main content
DELETE
/
v1
/
companies
/
{companyId}
Delete a company
curl --request DELETE \
  --url https://api.folk.app/v1/companies/{companyId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "com_183ed5cc-3182-45de-84d1-d520f2604810"
  }
}
This action is not reversible. When removing a company from the workspace, all of its information is deleted, including its custom field values, notes, and any associations with groups, people, and other entities.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

companyId
string
required

The ID of the company to delete.

Required string length: 40

Response

The ID of the deleted company.

data
object
required
Example:
{
"id": "com_183ed5cc-3182-45de-84d1-d520f2604810"
}
deprecations
string[]
Example:
["This field is deprecated"]