ckanaction

unfollow_user

Stop following a user.

DELETE
unfollow_user

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

id?string

the id or name of the user to stop following

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