Deleting an External Volume

Format

MethodPOST
URL

/tasks/create

Request contentsExtVolumeDelete Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

ExtVolumeDelete Object

Schema

typeStringTask type identifier. In this case, "evolume_delete"
volume_idStringUnique identifier for the Volume
image_storage_idStringUnique identifier of the Image Storage which contains the Volume indicated by volume_id

JSON example

{
    "type": "evolume_delete",
    "volume_id": "myVolume",
    "image_storage_id": "local",
}