v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
sheetSummary

Delete summary fields

Deletes summary fields from the specified sheet.

delete/sheets/{sheetId}/summary/fields

Query parameters

idsstring required

A comma-separated list of Sheet Summary Field Ids.

ignoreSummaryFieldsNotFoundboolean

If true, the operation will succeed even if some fieldIds are not found.

Response

OK

message'PARTIAL_SUCCESS' | 'SUCCESS'

Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)

resultCode0 | 3
  • '0' Success
  • '3' Partial Success of Bulk Operation
versionnumber nullable

New version of the sheet. Applicable only for operations which update sheet data.

resultnumber[]

Example response

{
  "message": "SUCCESS"
}