# Delete company

## Delete a Company

<mark style="color:red;">`DELETE`</mark> `https://{{account_id}}.acquire.io/api/v1/crm/objects/company/{{companyId}}`

This endpoint allows you to delete a company. Deleting companies doesn't delete related objects such as contacts or cases. **Warning:** This action cannot be undone.

#### Path Parameters

| Name                                        | Type    | Description        |
| ------------------------------------------- | ------- | ------------------ |
| companyId<mark style="color:red;">\*</mark> | integer | ID of the company. |

#### Headers

| Name                                            | Type   | Description         |
| ----------------------------------------------- | ------ | ------------------- |
| Authorization<mark style="color:red;">\*</mark> | string | Bearer {{API\_KEY}} |

{% tabs %}
{% tab title="200 " %}

```
{
   "data": {
       "deleted": 1
   }
}
```

{% endtab %}
{% endtabs %}
