cURL
curl --request DELETE \ --url https://api.example.com/storage/{storage_id} \ --header 'Authorization: Bearer <token>'
{ "storage_id": "<string>", "message": "<string>", "request_id": "<string>" }
Destroy a storage volume. Returns 202 immediately with request ID. Poll /request/info/ to track destruction progress.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Storage destruction initiated
Response for DELETE /storage/{storage_id}.
TensorPool storage ID
Status message
Request ID for tracking
Was this page helpful?