Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Deletes a single column from a board.
External DocumentationTo 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"
		}
	}
}

Workflow Library Example

Delete Column with Monday and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop