Documentation
Delete Row

Delete Row

Deletes the content for the specified row.

DELETE https://api.sheet2db.com/v1/{connection-id}/row/{row}

Path Parameters

row number (Required)

Specify the index of the row you want to update. (Index is counted excluding the header row)


Query Parameters

sheet string (Optional)

Specify the name of the sheet (tab) you wish to select within your Google Spreadsheet.


Example Request

curl -XDELETE https://api.sheet2db.com/v1/{connection-id}/row/3

Example Response

 
{deleted:1}