Delete a block storage volume, data will be unrecoverable
DELETE /block-storage/{id}
curl \
-X DELETE https://api-ch-gva-2.exoscale.com/v2/block-storage/{id}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}