tag_delete
Delete a tag.
You must be a sysadmin to delete tags.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
id?string
the id or name of the tag
vocabulary_id?string
the id or name of the vocabulary that the tag belongs to (default: None)
curl -X DELETE "http://localhost:5000/api/3/action/tag_delete" \ -H "Content-Type: application/json" \ -d '{}'