delete_question
Remove a specific question from Fatebook using its unique questionId. This tool helps manage predictions by deleting outdated or incorrect forecast entries.
Instructions
Delete a Fatebook question
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiKey | No | ||
questionId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"apiKey": {
"default": "",
"title": "Apikey",
"type": "string"
},
"questionId": {
"title": "Questionid",
"type": "string"
}
},
"required": [
"questionId"
],
"title": "delete_questionArguments",
"type": "object"
}