Deletes the specified manual snapshot. The snapshot must be in the  CopyC#
            state, with no other users authorized to access the snapshot.
CopyC#
            state, with no other users authorized to access the snapshot.         
            
                    
            
 CopyC#
CopyC#available
Unlike automated snapshots, manual snapshots are retained even after you delete your cluster. Amazon Redshift does not delete your manual snapshots. You must delete manual snapshot explicitly to avoid getting charged. If other accounts are authorized to access the snapshot, you must revoke all of the authorizations before you can delete the snapshot.
 Declaration Syntax
 Declaration Syntax| C# | 
public DeleteClusterSnapshotResponse DeleteClusterSnapshot( DeleteClusterSnapshotRequest request )
 Parameters
 Parameters- request (DeleteClusterSnapshotRequest)
- Container for the necessary parameters to execute the DeleteClusterSnapshot service method.
 Return Value
 Return ValueThe response from the DeleteClusterSnapshot service method, as returned by Redshift.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| ClusterSnapshotNotFoundException | The snapshot identifier does not refer to an existing cluster snapshot. | 
| InvalidClusterSnapshotStateException | The state of the cluster snapshot is not  CopyC# available |