Sets the tags to delete from the specified resources.

C# |
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public DeleteTagsRequest WithTag( params DeleteTags[] list )

- list (array<DeleteTags>[]()[][])
- The tags to delete from the specified resources. Each tag item consists of a key-value pair. If a tag doesn't have a value defined in the key-value pair, the tag is deleted regardless of its value.

this instance