For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeleteObject

This method is used to Delete any specific record of Salesforce Object like Contact

Method Inputs

Method Inputs

Method Name

DeleteObjectMethod

Request Type

DeleteObject

Parameter: ObjectName

Salesforce Object name

e.g. Contact

Parameter: RecordId

A valid record id

e.g. 0032w00000FIZCxAAP

Sample Response:

// Some code
{
 "success": true
}

Last updated

Was this helpful?