DELETE
/
api
/
job-types
Delete multiple job types
curl --request DELETE \
  --url http://localhost:3000/api/job-types \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
string[]
required
Minimum array length: 1

Response

200

Job types deleted