Clear Sheet
Clears an entire sheet of a spreadsheet excluding the header rows.
DELETE
https://api.sheet2db.com/v1/{connection-id}/clear/{sheet}
Path Parameters
sheet
string (Required)
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}/clear/sheet1
Example Response
{success:true}