Delete compendium entries
delete-compendium-entriesRemove specific compendium entries by ID or exact name. Run a dry run first to see exactly what would be deleted, including missing or ambiguous names, before making any changes.
Instructions
Remove named entries from a compendium, by id or by exact name. Only what is explicitly named is removed; there is deliberately no "empty this pack". Always run with dryRun first: it reports exactly what would go, what was not found and which names are ambiguous, without touching anything. Names are matched in their exact spelling, never as a part, and an ambiguous name is reported rather than guessed. If the selection covers every entry, confirmLabel is required as well. Needs the compendium permission on "create, change and delete".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Ids of the entries to remove, as list-compendium-entries shows them | |
| names | No | Names in their exact spelling, instead of ids; a name shared by several entries is reported and kept | |
| dryRun | No | Only report what would be removed and change nothing. Start with this. | |
| packId | Yes | Id of the compendium | |
| confirmLabel | No | Required only when the selection would remove every entry: the exact label of the compendium | |
| unlockIfNeeded | No | Lift a lock for this one operation; it is set again afterwards |