Delete a saved view from a tagged workbook

View as Markdown
Delete a saved view (formerly called a bookmark) from a version-tagged workbook. ### Usage notes - Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint. - Retrieve the **tagName** by calling the [/v2/tags](https://help.sigmacomputing.com/reference/list-version-tag) endpoint and using the `name` in the response. - Retrieve the **bookmarkId** by calling the [/v2/workbooks/{workbookId}/tags/{tagName}/bookmarks](https://help.sigmacomputing.com/reference/get-tagged-workbook-bookmarks) endpoint. ### Usage scenarios - **Cleanup:** Remove a saved view that is no longer needed on a tagged workbook version.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

workbookIdstringRequired
Unique identifier of the workbook.
tagNamestringRequired
bookmarkIdstringRequired

Unique identifier of the saved view (formerly called a bookmark).

Response

The response body.