Skip to main content
POST
Unfollow channel

Description

This endpoint allows you to unfollow a specific channel on WhatsApp, removing it from your list of followed channels and stopping receiving updates from the channel.

URL Parameters

session
string
required
WhatsApp unique authenticated session ID
id
string
required
Unique ID of the channel to unfollow

Response

success
boolean
Indicates if you unfollowed the channel successfully

Status Codes

  • 200 - Unfollowed the channel successfully
  • 400 - Invalid ID or not following the channel
  • 401 - Unauthorized
  • 404 - Channel not found
  • 500 - Internal server error

Usage Example

Authorizations

apikey
string
header
required

Your Wappfy API key (get it at dash.wappfy.com.br)

Path Parameters

session
string
required

Session name (instanceName)

Response

201 - undefined