Skip to main content

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

NameTypeDescription
bookmark_idstringThe unique identifier of the bookmark to be archived.

Response

StatusDescription
200The bookmark was successfully archived. Returns object.
404No bookmark was found with the provided identifier. Returns object.