Remove a tag from a report
This endpoint allows you to remove outdated or unnecessary version tags from a report.
### Usage notes
- **reportId:** The unique identifier for the report to remove the tag from. Retrieve the **reportId** by calling the [/v2/reports](https://help.sigmacomputing.com/reference/list-reports) 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:** Ensures report metadata is relevant and current for easier access and identification.
### Best practices
- Verify that the correct tag is being removed by reviewing its associated reports and the implications of its removal.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
reportId
tagId
Response
The response body.

