DeleteSnapshot
The DeleteSnapshot
operation deletes a snapshot of an Amazon EBS
volume that is stored in Amazon S3. For more information,
see Amazon Elastic Block Store.
Request Parameters
The following table describes the request parameters for
DeleteSnapshot
. Parameter names are case
sensitive.
Name | Description | Required |
---|---|---|
|
The ID of the Amazon EBS snapshot to delete Type: String Default: none Valid Values: ID of a snapshot that you own Constraints: none |
Yes |
Response Elements
The following table describes the default response tags included
in DeleteSnapshot
responses.
Name | Description |
---|---|
|
Type: xsd:boolean |
Sample Request
https://ec2.amazonaws.com/ ?Action=DeleteSnapshot &SnapshotId=snap-78a54011 &...auth parameters...
Sample Response
<DeleteSnapshotResponse xmlns="http://ec2.amazonaws.com/doc/2008-08-08"> <return>true</return> </DeleteSnapshotResponse>