Skip to main content

remove_bookmark_from_collection

Remove a bookmark from a collection.

def remove_bookmark_from_collection(
collection_id: string,
bookmark_id: string
) - > tuple

Remove a bookmark from a collection.

Parameters

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

Returns

TypeDescription
tupleReturns an empty string with a 204 status code on success, or a JSON error message with a 404 status code if the collection or bookmark is not found.