Delete Notification Config
DELETE/notifications/config/:notification_config_id
Soft-delete a notification config.
Marks deleted_at and returns 204; the row is preserved for audit but
excluded from all subsequent reads (so the next DELETE on the same id is
a 404). Cross-tenant access returns 404, not 403, so existence does not
leak across workspaces.
Request
Responses
- 204
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Validation Error