Remove a column

delete/servers/{serverName}/caslibs/{caslibName}/tables/{tableName}/columns/{columnName}
Internal-Use Only

Removes a Column from a loaded table

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
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.

Query Parameters

NameTypeRequiredDescription
sessionId
string
false

Session ID on which to perform the operation.

Responses

StatusMeaningDescription
204No ContentThe Column was removed.
400Bad RequestThe request parameters were invalid.
404Not FoundThe requested CAS server or Caslib does not exist.
409ConflictThe request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.