Delete Column
Deletes a single column from a board.
External Documentation
To learn more, visit the Monday documentation.
Parameters
Parameter | Description |
---|---|
Board ID | The board identifier. |
Column ID | The 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