Overview
Delete a specific episode by its UUID. This removes the episode and any facts/entities derived solely from it.This operation is permanent! The episode and its derived knowledge will be removed from the graph.
Authentication
Your API key for authentication
Path Parameters
Episode UUID to delete
Response
Confirmation message
Example Request
Example Response
When to Use
Targeted Deletion
Use when you need to delete a specific episode rather than all episodes from a conversation
Bulk Deletion
For deleting all episodes from a conversation, use
DELETE /episodes/{group_id}/{source_description} instead