Skip to main content
DELETE
/
v3
/
upload
Delete All Files
curl --request DELETE \
  --url https://api.edenai.run/v3/upload \
  --header 'Authorization: Bearer <token>'
{
  "deleted_count": 5
}

Documentation Index

Fetch the complete documentation index at: https://www.edenai.co/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Response for file deletion.

deleted_count
integer
required

Number of files deleted