DewaVPS

Delete block storage

DELETE
/storage/blocks/{block_storage_id}/delete

Delete a specific block storage volume.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

block_storage_id*string

ID of the block storage

Response Body

application/json

curl -X DELETE "https://api.dewavps.com/v1/storage/blocks/string/delete"
{
  "message": "Block storage successfully removed",
  "data": {
    "storage_id": "b393bdc8-beeb-473d-b930-952d1433f9f9"
  }
}