deleteBackup
Deletes an Amazon FSx backup. After deletion, the backup no longer exists, and its data is gone.
The DeleteBackup call returns instantly. The backup won't show up in later DescribeBackups calls.
The data in a deleted backup is also deleted and can't be recovered by any means.
Samples
// This operation deletes an Amazon FSx file system backup.
val resp = fSxClient.deleteBackup {
backupId = "backup-03e3c82e0183b7b6b"
}Content copied to clipboard