efs_delete_tags {paws.storage} | R Documentation |
DEPRECATED - DeleteTags is deprecated and not maintained
Description
DEPRECATED - delete_tags
is deprecated and not maintained. To remove tags from EFS resources, use the API action.
See https://www.paws-r-sdk.com/docs/efs_delete_tags/ for full documentation.
Usage
efs_delete_tags(FileSystemId, TagKeys)
Arguments
FileSystemId |
[required] The ID of the file system whose tags you want to delete (String). |
TagKeys |
[required] A list of tag keys to delete. |
[Package paws.storage version 0.9.0 Index]