v1
latestOpenAPI 3.0.32026-08-061874701.5 MBrows
Delete rows
Deletes one or more rows from the sheet specified in the URL.
delete/sheets/{sheetId}/rows
Query parameters
idsstring required
A comma-separated list of row Ids.
ignoreRowsNotFoundboolean
true or false. If set to false and any of the specified row Ids are not found, no rows are deleted, and the "not found" error is returned.
Response
Returns Result object containing row Ids corresponding to all rows that were successfully deleted (including any child rows of rows specified in the URL).
Example response
{
"message": "SUCCESS"
}