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)
This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.
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"
)
)