remove-from-actor
Remove items from a Foundry VTT actor by specifying item IDs or names, optionally filtered by type. Intended for Game Masters to manage actor inventories.
Instructions
Delete items already on an actor, identified by itemIds and/or itemNames (optionally constrained by type). GM-only. Use get-actor to find item ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Constrain itemNames to this item type. | |
| itemIds | No | Ids of items on the actor to delete (most reliable; get them from get-actor). | |
| itemNames | No | Names of items on the actor to delete (case-insensitive). Combine with "type" to disambiguate. | |
| actorIdentifier | Yes | Actor name or ID to remove the items from. Also accepts a placed TOKEN id (from list-tokens) — the removal then hits that token INSTANCE's own delta, not the base actor. |