Skip to main content
DELETE
/
api
/
instances
/
{instanceId}
/
channels
/
{channelId}
Delete a channel (GOWS: not supported)
curl --request DELETE \
  --url https://api.wappfy.io/api/instances/{instanceId}/channels/{channelId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Operation completed successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

instanceId
string<uuid>
required

The WhatsApp instance UUID

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

channelId
string
required

Channel ID

Response

Channel deleted

message
string
required

Human-readable result message

Example:

"Operation completed successfully"