Skip to main content
DELETE
/
apps
/
{app_id}
/
files
/
{file_id}
Delete File
curl --request DELETE \
  --url https://api.example.com/apps/{app_id}/files/{file_id}
"<unknown>"

Path Parameters

app_id
string
required

The ID of the app

file_id
string
required

The ID of the file

Query Parameters

bucket
string

Optional bucket name for storage operations

Example:

"cortex-eu"

Response

200 - application/json

The response is of type unknown.