DELETE
/
categories
/
{id}
.json
curl --request DELETE \
  --url https://elixir.jobkit.io/categories/{id}.json \
  --header 'Authorization: Basic <encoded-value>'
  {
    "message": "Category was successfully removed."
  }
Requires admin authentication
All jobs related to the deleted category will be deleted as well
id
integer
required

The id of the category to delete

  {
    "message": "Category was successfully removed."
  }