Delete
Removes records of a specified record type from the Oracle CRM On Demand database.
Usage
You use the Delete method to remove one or more records of a particular object from an Oracle CRM On Demand instance.
The deleted records appear in the Deleted Items folder and can be restored through the Oracle CRM On Demand UI.
Cascade delete of child records is consistent with the cascade delete functionality in the Oracle CRM On Demand UI. It is recommended that deletion of parent objects through Web services requests also specify which child records are to be deleted to ensure the appropriate deletion of child records. For more information about deleting records, see Oracle CRM On Demand Online Help.
Arguments
The following table describes the arguments taken by the Delete method.
Name | Description | Required | Default | I/O |
---|---|---|---|---|
ListOf(Object). For example, ListOfAccount |
The list of object instances to be deleted. |
Yes |
Not applicable |
Input/Output |
Echo |
Controls whether data sent to Oracle CRM On Demand through integration Web services are recorded as transactions. |
No |
On |
Input |
Return Value of the Call
The status key for each of the deleted objects.