Skip to main content
DELETE
/
terms
/
{id}
.json
Delete term
curl --request DELETE \
  --url https://elixir.jobkit.io/terms/{id}.json \
  --header 'Authorization: Basic <encoded-value>'
  {
    "message": "Term 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 term will be deleted as well
id
integer
required
The id of the term to update
  {
    "message": "Term was successfully removed."
  }