Clear Notification by Id
DELETE/api/usernotifications/clearnotification/:id
Tier: Public — stable, supported for third-party integration.
Soft-deletes (clears) one of the caller's own notifications. Historically a state-mutating GET (kept for wire compatibility); also accepts DELETE at the same route. Raises SystemEventType.UserNotificationDeleted.
Request
Responses
- 200
- 400
true once the notification is cleared.
No notification with that id exists for the caller (NotFound).