Untag Resource
apigateway_untag_resource | R Documentation |
Removes a tag from a given resource¶
Description¶
Removes a tag from a given resource.
Usage¶
apigateway_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The ARN of a resource that can be tagged. |
tagKeys |
[required] The Tag keys to delete. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)