paws.storage (version 0.1.0)

fsx_delete_backup: Deletes an Amazon FSx for Windows File Server backup, deleting its contents

Description

Deletes an Amazon FSx for Windows File Server backup, deleting its contents. After deletion, the backup no longer exists, and its data is gone.

Usage

fsx_delete_backup(BackupId, ClientRequestToken)

Arguments

BackupId

[required] The ID of the backup you want to delete.

ClientRequestToken

(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the AWS CLI or SDK.

Request syntax

svc$delete_backup(
  BackupId = "string",
  ClientRequestToken = "string"
)

Details

The DeleteBackup call returns instantly. The backup will not show up in later DescribeBackups calls.

The data in a deleted backup is also deleted and can't be recovered by any means.

Examples

Run this code
# NOT RUN {
# This operation deletes an Amazon FSx file system backup.
# }
# NOT RUN {
svc$delete_backup(
  BackupId = "backup-03e3c82e0183b7b6b"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab