delete_bookmark
Soft-delete a bookmark (moves to trash).
def delete_bookmark(
bookmark_id: string
) - > tuple
Soft-delete a bookmark (moves to trash).
Parameters
| Name | Type | Description |
|---|---|---|
| bookmark_id | string | The unique identifier of the bookmark to be deleted. |
Returns
| Type | Description |
|---|---|
tuple | Returns a tuple containing a JSON response and an HTTP status code. Returns an error message and 404 if the bookmark is not found, otherwise returns an empty response and 204 on successful deletion. |