This endpoint allows you to delete rows from a specified sheet within a spreadsheet. You can delete rows by providing either a row index or a filter expression.
Use the type parameter to specify whether you want to delete a row by index or using a filter. If type is set to 'row', provide the row parameter. If type is set to 'filter', provide the filter parameter.
curl -X DELETE https://api.sheet2db.dev/v1/data/aace0271-c068-499f-bb40-83354a35eebc/sheet/contacts
{ "success": true }