3.42.5. Delete volume

 
MethodURIDescription
DELETE/v1.1/{tenant_id}/os-volumes/{volume_id}

Deletes a specified volume.

Normal response codes: 202

 3.42.5.1. Request

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

NameTypeDescription

{tenant_id}

​String

The unique identifier of the tenant or account.

{volume_id}

​String

The unique identifier for a volume.

This operation does not require a request body.

 3.42.5.2. Response

 

Example 3.350. Delete volume: JSON response

HTTP/1.1 202 Accepted
Content-Type: text/html; charset=UTF-8
Content-Length: 0
Date: Fri, 02 Dec 2011 00:39:32 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...