DELETE
/
v1
/
companies
/
{company_id}
curl --request DELETE \
  --url https://api.useconquest.com/v1/companies/{company_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Company deleted successfully"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

company_id
string
required

Response

200
application/json
Successful response
message
string
Example:

"Company deleted successfully"