Docs

Delete Records from Worksheet

Deletes records from a worksheet in Zoho Sheet.

DEL

Query

Arguments
stringrequired

The workbook resource ID.

stringrequired

Name of the worksheet whose records needs to be deleted

number

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.

string

Mention the criteria as described above.

string

Array of row indexes that need to be deleted. Provide this value as a valid JSON array string such as [4].

boolean

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.

boolean

Optional parameter. By default it is true. Can be set as false for case insensitive search.

boolean

Optional parameter and by default it is false. If true it will delete the rows completely, otherwise the records are only erased by default.

Uncommon arguments
string

Alternatively worksheet_id can be used instead of worksheet_name

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.