RemoveTags
Removes one or more tags from the specified load balancer.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- LoadBalancerNames.member.N
-
The name of the load balancer. You can specify a maximum of one load balancer name.
Type: Array of strings
Required: Yes
- Tags.member.N
-
The list of tag keys to remove.
Type: Array of TagKeyOnly objects
Array Members: Minimum number of 1 item.
Required: Yes
Errors
For information about the errors that are common to all actions, see Common Errors.
- LoadBalancerNotFound
-
The specified load balancer does not exist.
HTTP Status Code: 400
Examples
Remove load balancer tags
This example removes the specified tags from the specified load balancer.
Sample Request
https://elasticloadbalancing.amazonaws.com/?Action=RemoveTags
&LoadBalancerName=my-loadbalancer
&Tags.member.1.Key=department
&Tags.member.2.Key=project
&Version=2012-06-01
&AUTHPARAMS
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: