UntagResource
In this article:
UntagResource#
Description#
Request to delete tags of an EFS file system.
Request Parameters#
ResourceId — The ID of the EFS file system.
Type: String
Required: Yes
TagKeys — The list of keys of tags to delete.
Type: Array of strings
Required: Yes
Response Elements#
Response body is empty.
Examples#
DELETE /2015-02-01/resource-tags/fs-B23564AF?TagKeys=key1&TagKeys=key2 HTTP/1.1
aws efs untag-resource --resource-id fs-B23564AF --tag-keys key1 key2
c2-efs UntagResource ResourceId fs-B23564AF TagKeys.1 key1 TagKeys.2 key2