Skip to main content
DELETE

Overview

Permanently removes a channel and all its data. Deletion is irreversible — the channel is physically removed from the system.
This endpoint requires the ENTERPRISE role on your account.

Conditions for deletion

Deletion is only allowed when the channel has no active subscription. The table below describes the behavior by status:
Deletion is permanent and irreversible. To delete a channel with an active subscription, first cancel the subscription via Cancel subscription and wait for the CANCELED status.
The channelId is obtained from the Create channel endpoint.

Authorizations

Authorization
string
header
required

Secret Key generated in the Hub Message Security panel

Path Parameters

channelId
string
required

Channel ID (obtained via Create channel)

Example:

"019E4C54B1B375A28970B605CA9B03C3"

Body

application/json
cancelReason
string

Reason for deletion (optional, but recommended for auditing)

Example:

"Customer closed the company"

Response

Channel deleted successfully. No content returned.