PeopleForce
GuidesAPI reference
List all vacancy pipelines GETList all vacancies GETCreate a vacancy POSTGet a vacancy GETDelete a vacancy DELETEUpdate a vacancy PUTGet vacancy pipeline statistics GETList all vacancy applications GETCreate a vacancy application POSTUpdate a vacancy application PUTDisqualify a vacancy application POSTMove a vacancy application PUTList all vacancy fields GET
Vacancies

Delete a vacancy

DELETE
/api/public/v2/recruitment/vacancies/{id}

Path Parameters

id*integer

Response Body

application/json

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

Get a vacancy GET

Previous Page

Update a vacancy PUT

Next Page