cURL
curl --request DELETE \ --url https://api.folk.app/v1/companies/{companyId} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "com_183ed5cc-3182-45de-84d1-d520f2604810" } }
Delete an existing company in the workspace.
API key for authentication
The ID of the company to delete.
40
The ID of the deleted company.
The response is of type object.
object