Channels
Delete channel
Permanently delete a channel via API
DELETE
Overview
Permanently removes a channel and all its data. Deletion is irreversible — the channel is physically removed from the system.Conditions for deletion
Deletion is only allowed when the channel has no active subscription. The table below describes the behavior by status:The
channelId is obtained from the Create channel endpoint.Authorizations
Secret Key generated in the Hub Message Security panel
Path Parameters
Channel ID (obtained via Create channel)
Example:
"019E4C54B1B375A28970B605CA9B03C3"
Body
application/json
Reason for deletion (optional, but recommended for auditing)
Example:
"Customer closed the company"
Response
Channel deleted successfully. No content returned.