Core
Early access
Company API v4 is the next-generation API and is under active development. Endpoints and fields may still change.
Delete a department
Deletes a department
curl -X DELETE "https://example.com/api/v4/departments/0"{ "id": 0, "name": "string", "parent_id": 0, "manager_id": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "fields": {}}