delete_document_version
Remove an unwanted non-root document version permanently, freeing storage and decluttering version history. Confirmation required.
Instructions
⚠️ DESTRUCTIVE: Permanently delete one non-root version of a document. The root (original) version can't be deleted — delete the document instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The document ID | |
| confirm | Yes | Must be true to confirm this destructive operation | |
| version_id | Yes | The version ID from the document's `versions` (is_root must be false) |