Cleanup Orphan Embed Links
cleanup_orphan_embedsRemove embedded document links that reference deleted or missing documents. Use dry run mode to preview changes before applying.
Instructions
Remove embed_linked_doc blocks that point to deleted/non-existent docs. Use dryRun=true to preview without making changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | ||
| docId | Yes | The doc to clean up orphan embeds from. | |
| dryRun | No | If true, only report orphans without deleting (default: false). |