Untag Resource
wellarchitected_untag_resource | R Documentation |
Deletes specified tags from a resource¶
Description¶
Deletes specified tags from a resource.
The WorkloadArn parameter can be a workload ARN, a custom lens ARN, a profile ARN, or review template ARN.
To specify multiple tags, use separate tagKeys parameters, for example:
DELETE /tags/WorkloadArn?tagKeys=key1&tagKeys=key2
Usage¶
wellarchitected_untag_resource(WorkloadArn, TagKeys)
Arguments¶
WorkloadArn |
[required] |
TagKeys |
[required] A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from the resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
WorkloadArn = "string",
TagKeys = list(
"string"
)
)