Archive (soft-delete) a notification

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Responses
204

Successful Response

401

Authentication required

404

Notification not found

503

Database unavailable

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json