DELETE /api/v1/forward/channels/{channel_id}
Deletes a Channel that is no longer needed.
Headers
Path parameters
Example request
Example response
HTTP 200 OKResponse fields
Deletion rules
- After deletion, the Channel no longer processes inbound messages, cannot continue QR binding, and cannot send channel replies.
- Deletion is irreversible. To pause inbound processing temporarily, use Update Channel with
enabled=false.