Delete file
Delete a previously uploaded file from account storage.
← All Files endpoints · Capability overview
POST
/v1/files/delete-filehttps://api.vee3.io/v1/files/delete-file
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_fileParameters1 field
file_namestringRequiredRelative file name or path to delete. Use files.list_uploaded_files to see available names.
max length 255
Response1 field
file_namestringDeleted file name.
HTTP errors: unauthorized, payment_required, validation_error, uploaded_file_not_found