Deletes a board.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Board IDThe 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