Delete
Delete a department.
Delete
DELETE
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}} |
Last updated