Untag Resource
servicequotas_untag_resource | R Documentation |
Removes tags from the specified applied quota¶
Description¶
Removes tags from the specified applied quota. You can specify one or more tags to remove.
Usage¶
servicequotas_untag_resource(ResourceARN, TagKeys)
Arguments¶
ResourceARN |
[required] The Amazon Resource Name (ARN) for the applied quota
that you want to untag. You can get this information by using the
Service Quotas console, or by listing the quotas using the list-service-quotas
CLI command or the |
TagKeys |
[required] The keys of the tags that you want to remove from the resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceARN = "string",
TagKeys = list(
"string"
)
)