Deletes a single column from a board.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Board IDThe board identifier.
Column IDThe column’s unique identifier.

Example Output

{
	"data": {
		"delete_column": {
			"id": "new_column"
		}
	},
	"account_id": 12345678
}

Workflow Library Example

Delete Column with Monday and Send Results Via Email

Preview this Workflow on desktop