Skip to main content
Skip table of contents

Delete a bookmark

Request

To delete a specific bookmark, send a DELETE request to:

BASH
https://<host>:<port>/useractivityvault/v1/clientdata/account/{account}/user/{userId}/bookmarks/{contentId}

Headers

  • Authorization: Bearer – bearer token

  • Content-Type: application/json

Mandatory arguments

  • account – the account ID (in the path)

  • userId – the profile ID (in the path)

  • contentId – the ID of the content for which the bookmark is being deleted (in the path)

Other arguments

  • pretty – specifies that the output should be pretty-printed (that is, in human-readable format) (in the path)

Example

This DELETE request deletes the bookmark for the specified content for the specified account:

BASH
https://<host>:<port>​/useractivityvault​/v1​/clientdata​/account​/account1234​​/user/Oliver//bookmarks​/abb3e4f37d

Response

A successful request returns an HTTP 200 status.

A bad request returns an HTTP 400 status.

An unauthorised request returns an HTTP 401 status.

If there is no bookmark for the specified content and account, the request returns an HTTP 404 status.

See also

For full details of this API, see the User Activity Vault (UAV) API documentation.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.