Skip to main content

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

true once every listed notification is cleared (an empty list is a vacuous success).