delete_indexed_video
Delete a YouTube video's indexed transcripts, comments, or both from the semantic search index. Useful for re-indexing or cleaning up.
Instructions
Delete a video's content from the semantic search index.
Removes indexed content (transcripts, comments, or both) for a specific video. Useful for re-indexing or cleaning up the index.
Args: video_id: YouTube video ID to remove from the index. content_type: Optional content type to delete ("transcript" or "comment"). If None, deletes all content types for the video.
Returns: Dictionary with: - video_id: The deleted video ID - transcripts_deleted: Number of transcript chunks removed - comments_deleted: Number of comment chunks removed - total_deleted: Total chunks removed - success: Whether the deletion was successful
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | ||
| content_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||