Skip to main content

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

Channel deleted successfully