Deletes an analysis from Amazon Quick Sight
Source:R/quicksight_operations.R
quicksight_delete_analysis.RdDeletes an analysis from Amazon Quick Sight. You can optionally include a recovery window during which you can restore the analysis. If you don't specify a recovery window value, the operation defaults to 30 days. Amazon Quick Sight attaches a DeletionTime stamp to the response that specifies the end of the recovery window. At the end of the recovery window, Amazon Quick Sight deletes the analysis permanently.
See https://www.paws-r-sdk.com/docs/quicksight_delete_analysis/ for full documentation.
Usage
quicksight_delete_analysis(
AwsAccountId,
AnalysisId,
RecoveryWindowInDays = NULL,
ForceDeleteWithoutRecovery = NULL
)Arguments
- AwsAccountId
[required] The ID of the Amazon Web Services account where you want to delete an analysis.
- AnalysisId
[required] The ID of the analysis that you're deleting.
- RecoveryWindowInDays
A value that specifies the number of days that Amazon Quick Sight waits before it deletes the analysis. You can't use this parameter with the
ForceDeleteWithoutRecoveryoption in the same API call. The default value is 30.- ForceDeleteWithoutRecovery
This option defaults to the value
NoForceDeleteWithoutRecovery. To immediately delete the analysis, add theForceDeleteWithoutRecoveryoption. You can't restore an analysis after it's deleted.