delete_character_animations
Remove character animations by type, group, or direction. Omit optional filters to delete all animations.
Instructions
Delete animations from a character. Omit all optional filters to delete every animation; pass animation_type and/or animation_group_id (both shown by get_character) to narrow it, and direction to remove a single direction only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Single direction to delete (e.g. 'south'). Omit for all directions | |
| character_id | Yes | Character ID | |
| animation_type | No | Animation type shown by get_character (e.g. 'walk', 'idle') | |
| animation_group_id | No | Animation group UUID shown by get_character as [group: ...] |