PeopleForce
GuidesAPI reference
List all employment types GETCreate an employment type POSTDelete an employment type DELETEUpdate an employment type PUT
Employment types

Delete an employment type

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

Path Parameters

id*integer

Response Body

application/json

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

Create an employment type POST

Previous Page

Update an employment type PUT

Next Page