Documentation Index
Fetch the complete documentation index at: https://docs.wappfy.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Description
This endpoint allows you to delete a channel from your list, which means unfollowing the channel. Note that this does not permanently delete the channel, it only removes it from your list of followed channels.
URL Parameters
WhatsApp unique authenticated session ID
Unique ID of the channel to delete (unfollow)
Response
Indicates if the channel was deleted successfully
{
"success": true,
"message": "Channel removed successfully"
}
Status Codes
200 - Channel deleted successfully
400 - Invalid ID
401 - Unauthorized
404 - Channel not found
500 - Internal server error
Usage Example
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)