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": "invalid_request",
  "message": "The request was invalid or cannot be served"
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format

Path Parameters

companyPublicId
string
required

Company public ID

Response

Company deleted successfully