Skip to content

deleteCloudNativeTagRule

Delete cloud native tag rule.

Arguments

Argument Type Description
input (required) DeleteCloudNativeTagRuleInput! Input required to delete a tag rule.

Returns

Void

Sample

mutation DeleteCloudNativeTagRule($input: DeleteCloudNativeTagRuleInput!) {
  deleteCloudNativeTagRule(input: $input)
}
{
  "input": {
    "ruleId": "00000000-0000-0000-0000-000000000000"
  }
}
{
  "data": {
    "deleteCloudNativeTagRule": "example-string"
  }
}