DeleteColumn
Delete a column.
Input
Name | Type | Required | Description |
BoardId | String | True | The board's unique identifier. |
Id | String | True | The column's unique identifier. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether or not the operation executed successfully. |
Details | String | Any extra details on the operation's execution. |
Id | String | The column's unique identifier. |