DeleteTags
Deletes the specified tags.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- Tags.member.N
 - 
               
One or more tags.
Type: Array of Tag objects
Required: Yes
 
Errors
For information about the errors that are common to all actions, see Common Errors.
- ResourceContention
 - 
               
You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).
- message
 
HTTP Status Code: 500
 - ResourceInUse
 - 
               
The operation can't be performed because the resource is in use.
- message
 
HTTP Status Code: 400
 
Examples
Example
This example illustrates one usage of DeleteTags.
Sample Request
https://autoscaling.amazonaws.com/?Action=DeleteTags
&Tags.member.1.ResourceId=my-asg
&Tags.member.1.ResourceType=auto-scaling-group
&Tags.member.1.Key=environment
&Version=2011-01-01
&AUTHPARAMS 
          
       
    
      See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: