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

NameTypeDescription

id

integer

The department's ID

Headers

NameTypeDescription

Authorization

string

Bearer {{API_KEY}}

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

Last updated