PeopleForce
GuidesAPI reference
List all positions GETCreate a position POSTDelete a position DELETEUpdate a position PUT
Positions

Delete a position

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

Path Parameters

id*integer

Response Body

application/json

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

Create a position POST

Previous Page

Update a position PUT

Next Page