delete_boards
Delete one or more boards from a project by providing their IDs. Supports batch deletion with per-item error handling.
Instructions
Delete one or more boards (array-based, DESTRUCTIVE). Single-item and batch calls use the same interface. Returns unified response with items array, counts, and per-item errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of boards to delete (1-100 items) | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) |