delete-actor
Permanently delete one or more Foundry VTT actors by exact name or ID. Irreversible action for GMs; requires precise identifiers obtained from list-actors.
Instructions
Permanently delete one or more world actors (NPCs/characters) by exact name or ID. IRREVERSIBLE — Foundry has no undo for document deletion; the actor is removed from the world directory. GM-only. Resolution is STRICT (exact id or exact name — no fuzzy matching), so look up the precise name/ID with list-actors first. If the deletion empties a folder the bridge itself created (e.g. "Foundry MCP Creatures"), that folder is auto-removed unless removeEmptyFolder is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifiers | Yes | Exact actor names or IDs to delete (e.g., ["ZZ MCP Smoke Test NPC"] or ["5GRD8GE7GJUWEbB2"]) | |
| removeEmptyFolder | No | When true (default), also delete a bridge-created folder left completely empty by this deletion. Only ever removes mcp-generated, empty folders — never a user folder or one with remaining contents. |