Untag Resource
| detective_untag_resource | R Documentation | 
Removes tags from a behavior graph¶
Description¶
Removes tags from a behavior graph.
Usage¶
detective_untag_resource(ResourceArn, TagKeys)
Arguments¶
| ResourceArn | [required] The ARN of the behavior graph to remove the tags from. | 
| TagKeys | [required] The tag keys of the tags to remove from the behavior graph. You can remove up to 50 tags at a time. | 
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
  ResourceArn = "string",
  TagKeys = list(
    "string"
  )
)