cURL
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.