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
| Name | Type | Description |
|---|---|---|
| collection_id | string | The unique identifier for the collection from which to remove the bookmark. |
| bookmark_id | string | The unique identifier for the bookmark to be removed. |
Returns
| Type | Description |
|---|---|
tuple | Returns 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. |