Deleting a Disk (Discarded)
Function
This API is used to delete a specified disk.
This API has been discarded. Use the API described in Deleting an EVS Disk (OpenStack Cinder API v2).
Constraints
- If the volume has a snapshot not deleted, the volume cannot be deleted.
- A volume that is being attached to an ECS cannot be deleted.
- A volume that is being migrated cannot be deleted.
- Only a volume in the available, error, error_restoring, or error_extending state can be deleted.
URI
DELETE /v2.1/{project_id}/os-volumes/{volume_id}
Parameter |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Specifies the project ID. For details about how to obtain the ID, see Obtaining a Project ID. |
volume_id |
Yes |
Specifies the volume ID. |
Request
None
Response
None
Example Request
DELETE https://{endpoint}/v2.1/b84c367e4d1047fc9b54f28b400ddbc2/os-volumes/0cf90bab-c513-46df-8559-45ba6de80e3f
Example Response
None
Returned Values
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.