You're viewing a demo portfolio

Join the waitlist
PRSM

files.delete_file

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →
files.delete_file — Vee3 — PRSM MCP