ckanaction

unfollow_group

Stop following a group.

DELETE
unfollow_group

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

id?string

the id or name of the group to stop following

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