Description Usage Arguments Value Request syntax
View source: R/apigateway_operations.R
Removes a tag from a given resource.
1 | apigateway_untag_resource(resourceArn, tagKeys)
|
resourceArn |
[required] [Required] The ARN of a resource that can be tagged. |
tagKeys |
[required] [Required] The Tag keys to delete. |
An empty list.
1 2 3 4 5 6 | svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.