archive_bookmark
Archive a bookmark.
def archive_bookmark(
bookmark_id: string
) - > object
Archive a bookmark.
Parameters
| Name | Type | Description |
|---|---|---|
| bookmark_id | string | The unique identifier of the bookmark to be archived. |
Returns
| Type | Description |
|---|---|
object | A JSON response containing the archived bookmark or an error message. |