bulk-delete
Delete multiple Foundry VTT documents of one type using exact IDs or names. Preview deletions with a dry run to prevent accidental permanent removal.
Instructions
Permanently delete many world documents of a single type by exact id or exact name. STRICT resolution — no fuzzy/substring matching. IRREVERSIBLE — pass dryRun:true first to preview exactly what would be deleted. For folders use delete-folder. GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Preview only: report exactly which documents WOULD be deleted (and which were not found) without deleting anything. Run a dry-run first to confirm an irreversible bulk delete. | |
| identifiers | Yes | Exact ids (preferred) or exact names to delete. | |
| documentType | Yes | Type of the documents being deleted. |