Delete tokens
delete-tokensRemove tokens from the active or specified scene by their IDs, leaving actors intact. If an ID is missing, no deletion happens and the reply reports where that ID was found.
Instructions
Remove tokens from the active scene (or the scene in sceneIdentifier), by their ids only. The actors stay in the actor directory; an unlinked token loses its own values with it. When one id is not on the scene, nothing is deleted and the answer says where that id lies. The answer lists every deleted and every failed token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenIds | Yes | Ids of the tokens to remove | |
| sceneIdentifier | No | Scene of the token, by id or name. Without it the scene that is active for everyone is used; every answer names the scene. |