Delete Table Column

Beta
Delete a column from a table within an Athena spreadsheet.

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
asset_idstringRequired
The ID of the spreadsheet asset
dimension_indexintegerRequired

0-based dimension index within the table

table_idstringRequired
Table ID where to delete column
sheet_idintegerOptionalDefaults to 1

Sheet ID (defaults to 1)

Response

Successful Response
asset_idstring
The ID of the spreadsheet asset
messagestring
Success message or error description
successboolean
Whether the operation was successful

Errors