efs_delete_file_system {paws.storage} | R Documentation |
Deletes a file system, permanently severing access to its contents
Description
Deletes a file system, permanently severing access to its contents. Upon return, the file system no longer exists and you can't access any contents of the deleted file system.
See https://www.paws-r-sdk.com/docs/efs_delete_file_system/ for full documentation.
Usage
efs_delete_file_system(FileSystemId)
Arguments
FileSystemId |
[required] The ID of the file system you want to delete. |
[Package paws.storage version 0.6.0 Index]