DELETE
/
terms
/
{id}
.json
curl --request DELETE \
  --url https://elixir.jobkit.io/terms/{id}.json \
  --header 'Authorization: Basic <encoded-value>'
  {
    "message": "Term was successfully removed."
  }
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."
  }