Skip to main content
DELETE
/
v1
/
files
/
{file_id}
DeleteFile
curl --request DELETE \
  --url https://api.manus.ai/v1/files/{file_id} \
  --header 'API_KEY: <api-key>'
{
  "id": "<string>",
  "object": "<string>",
  "deleted": true
}
Deletes a file by ID. This removes both the file record and the file from S3 storage.

Authorizations

API_KEY
string
header
required

Path Parameters

file_id
string
required

The ID of the file to delete

Response

File deleted successfully.

id
string

The ID of the deleted file

object
string

Always "file.deleted"

deleted
boolean

Always true if successful