# Delete

## Delete

<mark style="color:red;">`DELETE`</mark> `https://{{account_id}}.acquire.io/api/v1/account/department?id={{id}}`

Delete a department. The department's `id` must be passed in to the endpoint as a query parameter.

#### Query Parameters

| Name | Type    | Description         |
| ---- | ------- | ------------------- |
| id   | integer | The department's ID |

#### Headers

| Name          | Type   | Description         |
| ------------- | ------ | ------------------- |
| Authorization | string | Bearer {{API\_KEY}} |

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

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

{% endtab %}
{% endtabs %}
