Delete Row
Endpoint examples
Delete Rows
Permanently removes the row from the sheet. Note that subsequent rows will shift up to fill the gap.
DELETE
Delete Row
Authorizations
The Bearer Token associated with your endpoint. This is only required if you have enabled protection for this endpoint.
Path Parameters
Your unique user namespace
The slugified name of your project
The slugified name of the specific worksheet (tab)
The physical row number in the Google Sheet (Note: Row 1 is the header row)
Required range:
x >= 2Response
Row successfully deleted
The number of rows deleted (typically 1)
