files.delete_file
ActiveTool of Vee3
declared in 1.27.1
Permanently delete a file from the authenticated account's upload storage. Pass file_name from files.list_uploaded_files. The file is removed from storage and any linked upload session is marked expired. Cost = 0 tokens.
Parameters schema
{
"type": "object",
"title": "delete_fileArguments",
"required": [
"file_name"
],
"properties": {
"file_name": {
"type": "string",
"title": "File Name",
"maxLength": 255,
"description": "Relative file name or path to delete. Use files.list_uploaded_files to see available names."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries