Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
Last updated:2022-09-05 10:13:13
You can call this operation to delete an EBS volume not in use. You can delete only EBS volumes in the available or error state.
Parameter | Type | Required | Description |
---|---|---|---|
VolumeId | String | Yes | The ID of the EBS volume to be deleted. The ID must be 36 characters in length and can contain letters, digits, hyphens (-), and underscores (_). |
ForceDelete | Boolean | No | True is directly and completely deleted, false enters the Recycle Bin, and the cloud disk transmission true will be deleted from the Recycle Bin during the recycle; The default is false |
Version | String | Yes | The API version. Valid value: 2016-03-04. |
Parameter | Type | Required | Description |
---|---|---|---|
RequestId | String | Yes | The request ID, which is unique. A request ID is returned for each request. |
Return | Boolean | No | Indicates whether the EBS volume is deleted. True indicates yes. |
Request parameters
http://ebs.api.ksyun.com/
?Action=DeleteVolume
&Version=2016-03-04
&VolumeId=dfcfd019-f08c-453d-997b-52913ab88ad3
Response parameters
{
"RequestId": "6e2682a1-5968-42f5-80e5-284aae218df0",
"Return": true
}
Pure Mode