Notification channels
Delete Notification Channel
Deletes a notification channel. If the channel was an org-level default, organization defaults are automatically synced.
DELETE /api/notification-channels/:id
Example (cURL)
curl -X DELETE "$BASE_URL/api/notification-channels/1" \
-H "Authorization: Bearer $TOKEN"Response
{ "success": true }Common errors
401 Unauthorizedwhen not authenticated403 Forbiddenwhen accessing channels outside your scope404 Not foundwhen the channel does not exist