Delete Board
Deletes a board.
External Documentation
To learn more, visit the Monday documentation.
Parameters
Parameter | Description |
---|---|
Board ID | The board's unique identifier. |
Example Output
{
"data": {
"delete_board": {
"id": "3334444333"
}
},
"account_id": 12345678
}
Workflow Library Example
Delete Board with Monday and Send Results Via Email
Preview this Workflow on desktop