After a snapshot is no longer needed, it can be deleted. This section describes how to delete a snapshot.
To delete a snapshot
If you are using SOAP, construct the following request:
<DeleteSnapshot xmlns="http://ec2.amazonaws.com/doc/2009-08-15/"> <snapshotId>snapshot-id</snapshotId> </DeleteSnapshot>
snapshot-id
If you are using Query, construct the following request:
https://ec2.amazonaws.com/ ?Action=DeleteSnapshot &SnapshotId=snapshot-id &...auth parameters...
View output similar to the following:
<DeleteSnapshotResponse xmlns="http://ec2.amazonaws.com/doc/2009-08-15/"> <return>true</return> </DeleteSnapshotResponse>
Submit feedback about this site to: