Skip to main content

Delete collection bookmark by id

Delete a bookmark from an existing collection by bookmark's id. When successfully deleted, the bookmark itself does not get deleted but rather only detached from the collection.

Path Parameters
    collectionId string required

    The Id of the collection to be deleted.

    bookmarkId string required

    The Id of the bookmark to be deleted.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object
    message

    Possible values: [collection bookmark deleted]

Loading...