Untag Resource
| organizations_untag_resource | R Documentation |
Removes any tags with the specified keys from the specified resource¶
Description¶
Removes any tags with the specified keys from the specified resource.
You can attach tags to the following resources in Organizations.
-
Amazon Web Services account
-
Organization root
-
Organizational unit (OU)
-
Policy (any type)
You can only call this operation from the management account or a member account that is a delegated administrator.
Usage¶
organizations_untag_resource(ResourceId, TagKeys)
Arguments¶
ResourceId |
[required] The ID of the resource to remove a tag from. You can specify any of the following taggable resources.
|
TagKeys |
[required] The list of keys for tags to remove from the specified resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceId = "string",
TagKeys = list(
"string"
)
)