DeleteColumn
Deletes an existing column from a board, removing its associated data.
Input
| Name | Type | Required | Description |
| BoardId | String | True | The unique identifier for the board being referenced in the procedure, used to target a specific board within the system. |
| Id | String | True | The unique identifier for the column being targeted in the procedure, allowing operations to be performed on a specific column in the schema. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | A boolean value indicating whether the operation was successfully completed. A value of true means the operation was successful, while false indicates failure. |
| Details | String | A string providing additional information about the execution of the operation, such as any warnings, errors, or success messages. |
| Id | String | The unique identifier assigned to the column after the operation, ensuring proper tracking and reference within the system. |