Delete Sheet
Deletes a sheet (Tab) from your spreadsheet
DELETE
https://api.sheet2db.com/v1/{connection-id}/sheet/{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}/sheet/sheet1
Example Response
{success: true}