Skip to main content
DELETE
/
api
/
v1
/
files
/
{fileNo}
curl --request DELETE \
  --url 'https://upload.autorender.io/api/v1/files/2338056701' \
  --header 'Authorization: Bearer YOUR_API_KEY'
{
  "message": "file deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://autorender.mintlify.app/llms.txt

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

curl --request DELETE \
  --url 'https://upload.autorender.io/api/v1/files/2338056701' \
  --header 'Authorization: Bearer YOUR_API_KEY'
{
  "message": "file deleted successfully"
}

Overview

Deletes the file identified by fileNo. No request body is required.
Deletion is permanent (storage and database). This cannot be undone.

Path parameters

ParameterDescription
fileNoFile number to delete

Authorizations

Authorization
string
header
required

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

Path Parameters

fileNo
string
required

File number to delete

Example:

"2338056701"

Response

File deleted

message
string
Example:

"file deleted successfully"