You can use the PurgeDeletedVolume method to immediately and permanently purge a volume that has been deleted. You must delete a volume using DeleteVolume before it can be purged.
Volumes are purged automatically after a period of time, so usage of this method is not typically required.
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
volumeID | The volumeID of the volume to be purged. | integer | No | Yes |
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "PurgeDeletedVolume", "params": { "volumeID" : 5 }, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result": {} }
9.6