Untag Resource
| accessanalyzer_untag_resource | R Documentation | 
Removes a tag from the specified resource¶
Description¶
Removes a tag from the specified resource.
Usage¶
accessanalyzer_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn | 
[required] The ARN of the resource to remove the tag from.  | 
tagKeys | 
[required] The key for the tag to add.  | 
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
  resourceArn = "string",
  tagKeys = list(
    "string"
  )
)