delete-excel-table-row
Remove a specific row from an Excel table by its zero-based index.
Instructions
Delete a single row from a formal Excel table by zero-based row index.
💡 TIP: Delete a single row from a formal Excel table by zero-based row index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| driveId | Yes | Path parameter: drive-id | |
| driveItemId | Yes | Path parameter: driveItem-id | |
| workbookTableId | Yes | Path parameter: workbookTable-id | |
| index | Yes | Path parameter: index | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |