rag_remove_source
Delete a documentation source and its indexed chunks. Removes the source from configuration and returns the deletion status and chunk count.
Instructions
Remove a documentation source and its indexed chunks.
This deletes all indexed chunks for the source and removes it from the configuration.
Args: name: Name of the source to remove (e.g., "my-project-docs")
Returns: Dict with removal status and number of chunks deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |