PeopleForce
Core

Early access

Company API v4 is the next-generation API and is under active development. Endpoints and fields may still change.

Delete a division

Deletes a division

DELETE
/api/v4/divisions/{id}

Deletes a division

Path Parameters

id*integer
Formatint32

Response Body

application/json

curl -X DELETE "https://example.com/api/v4/divisions/0"
{  "id": 0,  "name": "string",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z"}