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.
The ID of the file to delete
File deleted successfully.
The ID of the deleted file
Always "file.deleted"
Always true if successful