deleteCustomObjects

Deletes one or more custom objects and returns the outcome of the operation (DELETED, UNCHANGED, FAILED).

Request

Field Name

Required/Optional

Description

objTypeName Required Name of the Custom Object
customObjKeyLists->keyList->attribute Required The attribute is a key/value pair that is used to identify the custom objects you want to delete. You can specify multiple attributes in the customObjKeyLists

Request XML

Response XML

Sample Code – PHP

Sample Code – Java

Sample Code – Ruby