Delete an object from a storage configuration
Permanently removes the specified object from the object store.
Authorization
BearerAuth Security scheme for OpenAPI endpoints. Validates both JWT tokens and API keys.
In: header
Path Parameters
uuidQuery Parameters
Path to the object to delete (e.g., "data/raw/file.csv")
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/storages/configs/497f6eca-6276-4993-bfeb-53cbbbba6f08/objects?path=string"{ "path": "string", "message": "string"}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}List objects from a storage configuration
Returns objects from the configured object store with optional filtering by path prefix, file extensions, and pagination support. Use `delimiter=true` for directory-style listing.
Download or preview an object from a storage configuration
Returns the raw file content with appropriate headers for the specified object path. Use `inline=true` to preview the file in the browser instead of downloading.