DELETE
/
companies
/
{id}
curl --request DELETE \
  --url http://staging.api.commenda.io/api/v1/companies/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Important Note: You cannot delete a company if an incorporation is in progress for that company. To cancel an ongoing incorporation, please reach out to the Commenda operations team directly.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the company to delete.

Response

204

Company successfully deleted