Skip to main content
DELETE
/
storage
/
{storage_id}
Destroy a storage volume
curl --request DELETE \
  --url https://api.example.com/storage/{storage_id} \
  --header 'Authorization: Bearer <token>'
{
  "storage_id": "<string>",
  "message": "<string>",
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

storage_id
string
required

Response

Storage destruction initiated

Response for DELETE /storage/{storage_id}.

storage_id
string
required

TensorPool storage ID

message
string
required

Status message

request_id
string | null

Request ID for tracking