DELETE
/
terms
/
{id}
.json
Delete term
curl --request DELETE \
  --url https://elixir.jobkit.io/terms/{id}.json
  {
    "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."
  }