Endpoints

Delete Storage

DELETEhttps://api.oneinfer.ai/v1/storage/:storageId

Permanently 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

CodeStatusDescription
200OKStorage volume deleted successfully.
401UnauthorizedMissing or invalid Authorization header / Bearer token.
404Not FoundVolume not found or deletion failed.

Response

202 - application/json