Endpoints
Delete Storage
DELETE
https://api.oneinfer.ai/v1/storage/:storageIdPermanently delete a storage volume. Warning: This cannot be undone and all data will be lost.
Path Parameters
storageId
string (required)The unique identifier of the volume to securely delete.
Error Status Codes
| Code | Status | Description |
|---|---|---|
| 200 | OK | Storage volume deleted successfully. |
| 401 | Unauthorized | Missing or invalid Authorization header / Bearer token. |
| 404 | Not Found | Volume not found or deletion failed. |