unfollow_dataset
Stop following a dataset.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
id?string
the id or name of the dataset to stop following
curl -X DELETE "http://localhost:5000/api/3/action/unfollow_dataset" \ -H "Content-Type: application/json" \ -d '{}'