cURL
curl --request DELETE \ --url https://api.edenai.run/v3/upload \ --header 'Authorization: Bearer <token>'
{ "deleted_count": 5 }
Delete all uploaded files for the authenticated user.
This permanently deletes all files from storage. This action cannot be undone.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response for file deletion.
Number of files deleted
Was this page helpful?