Delete a department.
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
integer
The department's ID
Authorization
string
Bearer {{API_KEY}}
{ "data": { "deleted": 1 } }
Last updated 4 years ago