View source: R/fsx_operations.R
fsx_delete_backup | R Documentation |
Deletes an Amazon FSx backup. After deletion, the backup no longer exists, and its data is gone.
See https://www.paws-r-sdk.com/docs/fsx_delete_backup/ for full documentation.
fsx_delete_backup(BackupId, ClientRequestToken = NULL)
BackupId |
[required] The ID of the backup that you want to delete. |
ClientRequestToken |
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This parameter is automatically filled on your behalf when using the CLI or SDK. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.