poker_deleteZone
Remove a specified zone from the task management system to maintain organized project structures and eliminate unnecessary task groupings.
Instructions
ゾーンを削除します(ATMOSPHERE以外)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | Yes | 削除するゾーンの立体名 |
Input Schema (JSON Schema)
{
"properties": {
"body_name": {
"description": "削除するゾーンの立体名",
"type": "string"
}
},
"required": [
"body_name"
],
"type": "object"
}