Skip to main content
DELETE
/
api
/
realtime
/
channels
/
{id}
Delete Channel
curl --request DELETE \
  --url https://api.example.com/api/realtime/channels/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Channel deleted"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

Channel deleted successfully

message
string