Clear Notifications
POST/api/usernotifications/clearnotifications
Tier: Public — stable, supported for third-party integration.
Soft-deletes (clears) a batch of the caller's own notifications. Ids are processed one at a time with no transaction — if an unknown id appears partway through the list, ids processed before it are already cleared even though the call overall fails.
Request
Responses
- 200
- 400
true once every listed notification is cleared (an empty list is a vacuous success).
ClearNotificationDto.NotificationIds was null (MissingRequiredField,
field "NotificationIds"), or one of the listed ids does not exist for the caller (NotFound).