# Remove a tag from an entity Removes a tag from an entity. Endpoint: POST /v1alpha/entities/{entity}:removeTag Version: v1alpha Security: oauth2_client_credentials, oauth2_authorization_code ## Path parameters: - `entity` (string, required) The entity id. ## Request fields (application/json): - `tag` (object, required) Required. The tag to remove from the entity. - `tag.tagType` (string, required) Required. The tag type resource name. Format: tagTypes/{tag_type} - `tag.tagDefinitionId` (string, required) Required. The ID of the tag definition within the tag type. This must match one of the TagDefinition IDs in the referenced TagType.