Skip to main content
DELETE
/
companies
/
{companyPublicId}
Delete company
curl --request DELETE \
  --url https://app.concretehq.com/api/v1/companies/{companyPublicId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Not found"
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format

Path Parameters

companyPublicId
string
required

Company public ID

Response

Company deleted successfully