Delete a department.
Last updated 3 years ago
DELETE https://{{account_id}}.acquire.io/api/v1/account/department?id={{id}}
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.
id
{ "data": { "deleted": 1 } }
integer
The department's ID
Authorization
string
Bearer {{API_KEY}}