Delete Column

Beta
Delete columns from an Athena spreadsheet.

Headers

X-API-KEYstringRequired

Request

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

List of 1-based column indexes to delete

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