Skip to content

deleteVsphereAdvancedTag

Remove the multi-tag filter Supported in v7.0+ v7.0-v9.1: Remove the multi-tag filter. v9.2+: Remove the multi-tag filter. It is not supported on Standalone Hosts.

Arguments

Argument Type Description
input (required) DeleteVsphereAdvancedTagInput! Input for V1DeleteFilter.

Returns

RequestSuccess!

Sample

mutation DeleteVsphereAdvancedTag($input: DeleteVsphereAdvancedTagInput!) {
  deleteVsphereAdvancedTag(input: $input) {
    success
  }
}
{
  "input": {
    "filterId": "example-string",
    "id": "example-string"
  }
}
{
  "data": {
    "deleteVsphereAdvancedTag": {
      "success": true
    }
  }
}