delete_episode
Delete a single episode by its ID. Optionally verify ownership with an agent ID to ensure authorized removal.
Instructions
Delete a single episode by ID. Ownership is enforced when agent_id is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Agent ID for ownership verification (injected by kernel) | |
| episode_id | Yes | Episode ID to delete |