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
| Name | Type | Description |
|---|---|---|
| bookmark_id | string | The unique identifier of the bookmark to archive. |
Response
| Status | Description |
|---|---|
| 200 | Bookmark successfully archived. Returns application/json. |
| 404 | Bookmark with the specified ID was not found. Returns application/json. |