Share via


SubscriptionResource.DeletePredefinedTagValue Method

Definition

This operation allows deleting a value from the list of predefined values for an existing predefined tag name. The value being deleted must not be in use as a tag value for the given tag name for any resource.

  • Request Path: /subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}
  • Operation Id: Tags_DeleteValue
  • Default Api Version: 2022-09-01
public virtual Azure.Response DeletePredefinedTagValue (string tagName, string tagValue, System.Threading.CancellationToken cancellationToken = default);
abstract member DeletePredefinedTagValue : string * string * System.Threading.CancellationToken -> Azure.Response
override this.DeletePredefinedTagValue : string * string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeletePredefinedTagValue (tagName As String, tagValue As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

tagName
String

The name of the tag.

tagValue
String

The value of the tag to delete.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

tagName or tagValue is an empty string, and was expected to be non-empty.

tagName or tagValue is null.

Applies to