DeleteListColumn
指定されたリストからカラムを削除します。
Input
| Name | Type | Required | Description |
| ListName | String | True | SharePoint 上のリストの表示。 |
| ColumnName | String | True | 削除するカラムの表示名。 |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | 操作が成功したかどうかを示します。 |
| ErrorCode | Integer | プロシージャが正常に実行されなかった場合のエラーコード。 |
| ErrorMessage | String | プロシージャが正常に実行されなかった場合のエラーメッセージ。 |