DELETE
/
v1
/
companies
/
{companyId}
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

200
application/json

The ID of the deleted company.

The response is of type object.