cURL
curl --request DELETE \ --url https://{host}/api/{session}/channels/{id} \ --header 'apikey: <api-key>'
{ "success": true, "message": "Channel removed successfully" }
Delete a channel (unfollow)
200
400
401
404
500
curl -X DELETE https://api.wappfy.com.br/api/my-session/channels/123456789@newsletter
Your Wappfy API key (get it at dash.wappfy.com.br)