delete_video
Removes a video's transcript chunks from ChromaDB, clearing its indexed data from the RAG system without deleting the original video file.
Instructions
Remove a video and all its indexed data from the RAG system.
This deletes all transcript chunks for the specified video from ChromaDB. The original video file is NOT deleted — only the indexed data is removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_path | Yes | Path to the video file (same path used during ingestion). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |