Remove a column
delete/servers/{serverName}/caslibs/{caslibName}/tables/{tableName}/columns/{columnName}
Removes a Column from a loaded table
| Name | Type | Required | Description |
|---|---|---|---|
caslibName | string | true | The Caslib name containing the input table. |
columnName | string | true | The column name to be deleted. |
serverName | string | true | Server name for the operation. |
tableName | string | true | The table name. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 204 | No Content | The Column was removed. | ||
| 400 | Bad Request | The request parameters were invalid. | ||
| 404 | Not Found | The requested CAS server or Caslib does not exist. | ||
| 409 | Conflict | The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body. |