Remove a column

delete/servers/{serverName}/caslibs/{caslibName}/tables/{tableName}/columns/{columnName}

Removes a Column from a loaded table

Request Samples

1

Response Samples

1Not Available

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 Content

The Column was removed.

400Bad Request

The request parameters were invalid.

404Not Found

The requested CAS server or Caslib does not exist.

409Conflict

The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.