DELETE
/
companies
/
{companyPublicId}
Delete company
curl --request DELETE \
  --url https://app.concretehq.com/api/v1/companies/{companyPublicId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format

Path Parameters

companyPublicId
string
required

Company public ID

Response

204

Company deleted successfully