Delete file

Delete a previously uploaded file from account storage.

← All Files endpoints · Capability overview

POST/v1/files/delete-file

https://api.vee3.io/v1/files/delete-file

0 tokens

Delete a previously uploaded file from account storage.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

files.delete_file
Parameters1 field
file_namestringRequired

Relative file name or path to delete. Use files.list_uploaded_files to see available names.

max length 255

Response1 field
file_namestring

Deleted file name.

HTTP errors: unauthorized, payment_required, validation_error, uploaded_file_not_found