Skip to main content

Delete Bookmark​

Delete a bookmark by id.

Path Parameters
    bookmarkId string required

    The id of the bookmark to be deleted.

Query Parameters
    lastMutationAt float required

    The timestamp of the last mutation that was applied on the server. Required for any data modification operation to ensure concurrency control.

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: [bookmark deleted]

Loading...