Skip to main content
DELETE
/
categories
/
{id}
.json
Delete category
curl --request DELETE \
  --url https://elixir.jobkit.io/categories/{id}.json \
  --header 'Authorization: Basic <encoded-value>'
  {
    "message": "Category was successfully removed."
  }

Documentation Index

Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt

Use this file to discover all available pages before exploring further.

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."
  }