organizations_untag_resource {paws.management} | 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.
See https://www.paws-r-sdk.com/docs/organizations_untag_resource/ for full documentation.
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. |
[Package paws.management version 0.9.0 Index]