SugarCRMDelete

This activity deletes the specified record from the specified module.

Configuration

The Configuration tab has the following fields that identify which SugarCRM connection to use and the type of object to create.

Field Description
Connection SugarCRM connection name to use when accessing the SugarCRM system. If you have created multiple SugarCRM connections, select the one you want to use from the drop down menu for this field.
Module SugarCRM module name. Select the module type you want to delete.
Bulk Delete Selecting True allows you to delete multiple records simultaneously (in bulk). It also changes the input schemas to an array of records instead of a single record. Select False if you want to delete a single record only. By default this field is set to False.

Input

Enter the identifier for the SugarCRM record that you want to delete. If the ID field matches the ID of an existing record, the record will be deleted.

Output

Returns a message on successful completion. If the operation is not successful an exception will be thrown.

Related concepts