-
Notifications
You must be signed in to change notification settings - Fork 0
storage post destroy
Marco-Garro edited this page Dec 30, 2024
·
2 revisions
Delete a disk on the cloud provider. A client can delete a disk that it has created or any public volume.
| Header | Value |
|---|---|
| content-type | application/json |
{
"volumeID": "ffffffff-ffff-ffff-ffff-ffffffffffff"
}Type: string
Description:
The uuid4 that identifies the volume.
| Header | Value |
|---|---|
| content-type | application/json |
{
"vid": "ffffffff-ffff-ffff-ffff-ffffffffffff"
}Type: string
Description:
The uuid4 that identifies the deleted volume.