You can use the PurgeDeletedVolumes method to immediately and permanently purge volumes that have been deleted; you can use this method to purge up to 500 volumes at one time.
You must delete volumes using DeleteVolumes before they 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 parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
volumeIDs | A list of volumeIDs of volumes to be purged from the system. | integer array | No | No |
accountIDs | A list of accountIDs. All of the volumes from all of the specified accounts are purged from the system. | integer array | No | No |
volumeAccessGroupIDs | A list of volumeAccessGroupIDs. All of the volumes from all of the specified volume access groups are purged from the system. | integer array | No | No |
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "PurgeDeletedVolumes", "params": { "accountIDs" : [1, 2, 3] }, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result": {} }