honeycomb_board_delete
Remove a specific board by its ID using this tool, ensuring efficient management of boards within the honeycomb-mcp-server environment.
Instructions
Delete a board
Input Schema
Name | Required | Description | Default |
---|---|---|---|
boardId | Yes | Board ID to delete |
Input Schema (JSON Schema)
{
"properties": {
"boardId": {
"description": "Board ID to delete",
"type": "string"
}
},
"required": [
"boardId"
],
"type": "object"
}