Skip to content

`DELETE /api/v1/channels/{id}` — delete a notification channel (Admin only).

DELETE
/api/v1/channels/{id}
curl --request DELETE \
--url https://example.com/api/v1/channels/example
id
required
string

Channel ID

Channel deleted

Admin role required

Channel not found