Skip to main content
DELETE
Delete the channel

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

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

Response

success
boolean
Indicates if the channel was deleted successfully

Status Codes

  • 200 - Channel deleted successfully
  • 400 - Invalid ID
  • 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

Response

200 - undefined