POST /< bookmark_id >/archive
Archive a bookmark.
Archives an existing bookmark by its unique identifier to hide it from the primary list.
Endpoint
POST /< bookmark_id >/archive
Parameters
| Name | Type | Description |
|---|---|---|
| bookmark_id | string | The unique identifier of the bookmark to be archived. |
Response
| Status | Description |
|---|---|
| 200 | The bookmark was successfully archived. Returns object. |
| 404 | No bookmark was found with the provided identifier. Returns object. |