memvid_delete
Remove a specific frame from a memory file to manage stored data and maintain organized memory records for AI agents.
Instructions
Delete a specific frame
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .mv2 memory file | |
| frame_id | Yes | Frame ID (non-negative integer) | |
| force | No | Force deletion without confirmation |