delete
https://example.com/v1/me/notifications/
Soft-delete a notification by archiving it.
Sets archived_at = now() on the row. Archived notifications are
excluded from GET /v1/me/notifications results. The lookup is scoped
to the authenticated traveler so notifications belonging to other travelers
cannot be archived.
Returns 204 on success; 404 if the notification is not found or belongs to
a different traveler.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204Successful Response
401Authentication required
404Notification not found
503Database unavailable