Skip to main content
DELETE
/
v1
/
files
/
{file_id}
Delete Stored File in Rendi
curl --request DELETE \
  --url https://api.rendi.dev/v1/files/{file_id} \
  --header 'X-API-KEY: <api-key>'
{
  "detail": "Invalid authorization key"
}

Documentation Index

Fetch the complete documentation index at: https://rendi.dev/docs/llms.txt

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

Authorizations

X-API-KEY
string
header
required

Path Parameters

file_id
string
required

The UUID of the file to delete

Response

Successful Response