cURL
curl --request DELETE \ --url http://localhost:3000/api/job-types/{id} \ --header 'Authorization: Bearer <token>'
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>
Job type deleted