Skip to main content

User-related API environment

Pre-live user-related API docs

Delete collection bookmark by id

Delete a bookmark from a collection by bookmark ID. Use collectionId="__default__" to remove a bookmark from the virtual Favorites collection. When successfully deleted, the bookmark itself is only detached from the collection unless it becomes an orphan.

Path Parameters
    collectionId string required

    The collection ID. Use __default__ to remove a bookmark from the virtual Favorites collection.

    bookmarkId string required

    The Id of the bookmark to be deleted.

Responses

Request has been handled successfully.

Response Headers
  • X-Mutation-At string

    Unix timestamp (milliseconds) of the latest mutation for the user. Clients should store this value and include it in subsequent mutation requests for optimistic concurrency control.


Schema
    success boolean
    data object
    message

    Possible values: [collection bookmark deleted]

Loading...