openwebui_delete_file
Permanently delete an uploaded file from Open WebUI. If the file is in a knowledge base, remove it from the collection first. Confirmation required.
Instructions
Permanently delete an uploaded file from Open WebUI. If the file is in a knowledge base, remove it from the collection first with openwebui_remove_file_from_knowledge. Requires confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | File ID to delete | |
| confirm | Yes | Must be true to confirm deletion |