Skip to content

storage post destroy

Marco-Garro edited this page Dec 30, 2024 · 2 revisions

POST /api/v1.0/destroy

Delete a disk on the cloud provider. A client can delete a disk that it has created or any public volume.

Request

Headers

Header Value
content-type application/json

Body

{
  "volumeID": "ffffffff-ffff-ffff-ffff-ffffffffffff"
}

Body Attributes

volumeID

Type: string
Description:
The uuid4 that identifies the volume.

Response

Headers

Header Value
content-type application/json

Body

{
  "vid": "ffffffff-ffff-ffff-ffff-ffffffffffff"
}

Body Attributes

vid

Type: string
Description:
The uuid4 that identifies the deleted volume.

Clone this wiki locally