DeletePivotTableField
Contents
[
Hide
]
DeletePivotTableField
Delete a pivot field in the PivotTable.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotField | DELETE | Delete a pivot field in the PivotTable. | DeletePivotTableField |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
pivotTableIndex | integer | Gets the PivotTable report by index. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
pivotFieldType | string | The fields area type. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |
Request Body Parameter
Parameter Name | Type | Description |
---|---|---|
pivotTableFieldRequest | class:pivottablefieldrequest | PivotTableFieldRequest PivotTable field request. |