ckanaction

vocabulary_delete

Delete a tag vocabulary.

You must be a sysadmin to delete vocabularies.

DELETE
vocabulary_delete

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

id?string

the id of the vocabulary

curl -X DELETE "http://localhost:5000/api/3/action/vocabulary_delete" \  -H "Content-Type: application/json" \  -d '{}'