Skip to main content

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

Remove a bookmark from a collection.

Removes a specific bookmark from a user's collection. This operation allows users to curate their collections by deleting unwanted bookmarks.

Endpoint

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

Parameters

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

Response

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