Delete Records from Worksheet
Deletes records from a worksheet in Zoho Sheet.
Query
The workbook resource ID.
Name of the worksheet whose records needs to be deleted
Optional parameter. By default, first row of the worksheet is considered as header row. This can be used if tabular data starts from any row other than the first row.
Mention the criteria as described above.
Array of row indexes that need to be deleted. Provide this value as a valid JSON array string such as [4].
Optional parameter. If true and if there are multiple records on the specified criteria, records will be deleted for first match alone. Otherwise, all the matched records will be deleted. This parameter will be ignored if criteria is not mentioned.
Optional parameter. By default it is true. Can be set as false for case insensitive search.
Optional parameter and by default it is false. If true it will delete the rows completely, otherwise the records are only erased by default.
Alternatively worksheet_id can be used instead of worksheet_name
Comma-separated response fields to include.