3.42.12. Delete snapshot

 
MethodURIDescription
DELETE/v1.1/{tenant_id}/os-snapshots/{snapshot_id}

Deletes a specified snapshot from the account.

This operation is asynchronous. You must list snapshots repeatedly to determine whether the snapshot was deleted.

Normal response codes: 202

 3.42.12.1. Request

This table shows the URI parameters for the delete snapshot request:

NameTypeDescription

{tenant_id}

​String

The unique identifier of the tenant or account.

{snapshot_id}

​String

The unique identifier for a snapshot.

This operation does not require a request body.

 3.42.12.2. Response

 

Example 3.365. Delete snapshot: JSON response

HTTP/1.1 202 Accepted
Content-Type: text/html; charset=UTF-8
Content-Length: 0
Date: Mon, 05 Dec 2011 16:23:10 GMT

This operation does not return a response body.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...