poker_deleteDetector
Remove a detector from the task management system to maintain clean task structures and eliminate unnecessary monitoring components.
Instructions
検出器を削除します
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | 削除する検出器の名前 |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"name": {
"description": "削除する検出器の名前",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}