DeleteObject
Last updated
Was this helpful?
This method is used to Delete any specific record of Salesforce Object like Contact
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
// Some code
{
"success": true
}Last updated
Was this helpful?
Was this helpful?