Learn R Programming

paws.storage (version 0.7.0)

fsx_delete_backup: Deletes an Amazon FSx backup

Description

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.

Usage

fsx_delete_backup(BackupId, ClientRequestToken = NULL)

Arguments

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.