Zoho CRM Delete

The Zoho CRM Delete activity is used to delete a record in the Zoho CRM database. It deletes a record of the specified object from the database of your organization.

Configuration

On the Configuration tab, you can define the Zoho CRM connection and the type of object to be deleted.

Field Description
Connection Select the connection you want to use from the list.
Object Select one of the following objects you want to create from the list:
  • accounts
  • campaigns
  • cases
  • contacts
  • leads

Input

The input tree displayed for this activity depends on the object that you have selected on the Configuration tab. You have the option to enter the input manually. If the preceding activity has an output, you can map the input to the output from the preceding activity.

Output

The Output tab displays the output schema of the activity in a tree structure format. The output is read-only. The information in the schema varies based on the fields selected on the Configuration tab. The properties that are displayed in the schema correspond to the output of this activity and can be used as input by subsequent activities in the flow.

Iterator

Use the Iterator tab to iterate a certain piece of logic multiple times. If you leave this tab blank, the activity is executed only once.

For more information about Iterator, see "Using the Iterator in an Activity" in the TIBCO Flogo® apps documentation.

Related concepts