Delete Notification Group
POST/api/notification-groups/delete
Tier: Public — stable, supported for third-party integration.
Hard-deletes a notification group in the caller's organisation. Blocked while the group is still referenced by a scheduled report or a domain-event alert.
Request
Responses
- 200
- 400
true once the group is deleted.
No group with that id exists in the caller's organisation (NotFound), or the group is still referenced by a scheduled report or an alert (IllegalDeleteAttempt, message "Scheduled Report" or "Alert").