Remove a tag from a workbook

View as MarkdownOpen in Claude
This endpoint removes a specific version tag from a workbook. Version tags are used to mark workbooks for certain stages or characteristics. Removing a version tag can help manage and update the organizational scheme of workbooks as projects evolve or conclude. ### Usage notes - **workbookId:** The unique identifier for the workbook to remove the tag from. Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint. - **tagId:** The unique identifier for the tag to remove. Retrieve the **tagId** by calling the [/v2/tags](https://help.sigmacomputing.com/reference/list-version-tag) endpoint and using the `versionTagId` in the response. ### Usage scenarios - **Organizational updates:** Useful for administrators who need to update tagging schemes as project requirements change. - **Data management:** Helps in maintaining the relevance and organization of workbook metadata for easier access and identification. ### Best practices - Verify that the correct tag is being removed by reviewing its associated workbooks and the implications of its removal.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

workbookIdstringRequired
tagIdstringRequired

Response

The response body.