# Delete company by id
You can delete a company by using the company_id.
DELETE
/companies-by-id/:company_id/
Attributes | Type | Required | Description |
---|---|---|---|
company_id | string | yes | The unique identifier for the company which is provided by the client. |
# Request
- CURL
- JavaScript
- PHP
- Python
curl -X DELETE -H "Authorization: Token <your_64_char_api_key> " "https://<your_app_subdomain>.user.com/api/public/companies-by-id/:company_id/"
# Response
204 No Content