Skip to main content
DELETE
/
v1
/
files
/
{file_id}
Delete File
curl --request DELETE \
  --url https://api.example.com/v1/files/{file_id}
{
  "id": "<string>",
  "object": "<string>",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.getimpala.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

file_id
string
required

Response

Successful Response

id
string
required

The ID of the deleted file.

object
string
required

The object type, which is always file.

Allowed value: "file"
deleted
boolean
required

Whether the file was deleted successfully.