delete https://api.sigmacomputing.com/v2/workbooks//tags/
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 endpoint.
- tagId: The unique identifier for the tag to remove. Retrieve the tagId by calling the /v2/tags 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.