Delete Tag

This API operation allows you to delete a specific tag from a Bitbucket repository by making a DELETE request to the endpoint with the workspace identifier, repository slug, and tag name as path parameters. When executed, it permanently removes the named tag reference from the specified repository, though it's important to note that this action does not delete the commit that the tag was pointing to, only the tag reference itself. This is useful for removing obsolete or incorrectly created ta...