PeopleForce
GuidesAPI reference
List all departments GETCreate a department POSTDelete a department DELETEUpdate a department PUT
Departments

Delete a department

DELETE
/api/public/v2/departments/{id}

Path Parameters

id*integer

Response Body

application/json

curl -X DELETE "https://example.com/api/public/v2/departments/0"
Empty

Create a department POST

Previous Page

Update a department PUT

Next Page