REMOVE_CRM_RECORDS_ZOHO

Delete one or more CRM records from your Zoho US account.

icon of Zoho CRMZoho CRM
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
REMOVE_CRM_RECORDS_ZOHO(objectids)
object

The Zoho record (module) type. For example: "leads". For a full list of module names, see Zoho's API documentation.

ids

One or more Zoho record IDs. For example: "3841" or "3841,3845"

Examples

REMOVE_CRM_RECORDS_ZOHO("deals", 1) returns deletes the deal with an ID of `1`.