Delete channel
DELETE/api/v1/notifications/channels/{channelId}
Delete a channel permanently.
Parameters
channelId(string, required): Channel identifier (format: channel_xxx)
Responses
204 No Content: Channel deleted successfully.404 Not Found: Channel not found.400 Bad Request: Invalid channel ID format.
Request
Responses
- 204
- 400
- 404
Channel deleted successfully
Bad Request
Not Found