Skip to main content

DELETE /api/collections/< collection_id >/bookmarks/< bookmark_id >

Remove a bookmark from a collection.

Removes a specific bookmark from a collection by their respective identifiers.

Endpoint

DELETE /api/collections/< collection_id >/bookmarks/< bookmark_id >

Parameters

NameTypeDescription
collection_idstringThe unique identifier of the collection from which the bookmark will be removed
bookmark_idstringThe unique identifier of the bookmark to be removed from the collection

Response

StatusDescription
204The bookmark was successfully removed from the collection
404The specified collection or bookmark could not be found Returns object.