delete_file
Remove a file entirely from a Connapse container, including its vector embeddings and text chunks. Required before updating a file via re-upload.
Instructions
Delete a file and all its chunks and vectors. To update a file, delete it first then re-upload with upload_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| containerId | Yes | Container ID or name | |
| fileId | Yes | File (document) ID to delete |