cURL
curl --request POST \ --url https://{host}/api/{session}/channels/{id}/unfollow \ --header 'apikey: <api-key>'
{ "success": true, "message": "You have unfollowed this channel" }
Unfollow a channel on WhatsApp
200
400
401
404
500
curl -X POST https://api.wappfy.com.br/api/my-session/channels/123456789@newsletter/unfollow
Your Wappfy API key (get it at dash.wappfy.com.br)
Session name (instanceName)