Skip to main content
DELETE
/
files
/
{id}
Delete File
curl --request DELETE \
  --url https://www.orgo.ai/api/files/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}
Delete a file from storage. This removes the file from cloud storage and the database.

Authorizations

Authorization
string
header
required

API key authentication. Format: sk_live_...

Path Parameters

id
string
required

File ID

Response

File deleted

success
boolean