cURL
curl --request DELETE \ --url http://localhost:3000/api/job-types \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
Requires job_types:manage permission.
job_types:manage
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Job types deleted