Deletes a set of cluster snapshots.
redshift_batch_delete_cluster_snapshots(Identifiers)
[required] A list of identifiers for the snapshots that you want to delete.
A list with the following syntax:
list( Resources = list( "string" ), Errors = list( list( SnapshotIdentifier = "string", SnapshotClusterIdentifier = "string", FailureCode = "string", FailureReason = "string" ) ) )
svc$batch_delete_cluster_snapshots( Identifiers = list( list( SnapshotIdentifier = "string", SnapshotClusterIdentifier = "string" ) ) )