Skip to main content

POST /api/bookmarks/< bookmark_id >/archive

Archive a bookmark.

Archives an existing bookmark. This action marks the bookmark as archived, making it no longer active.

Endpoint

POST /api/bookmarks/<bookmark_id>/archive

Parameters

NameTypeDescription
bookmark_idstringThe unique identifier of the bookmark to archive.

Response

StatusDescription
200Bookmark successfully archived. Returns application/json.
404Bookmark with the specified ID was not found. Returns application/json.