Deleting a Disk (Discarded)¶
Function¶
This API is used to delete a specified disk.
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}
Table 1 describes the parameters in the URI.
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