rbf_deleteRecord()
Purpose
This method deletes an existing backend record without changing UI presentation. If error occurred during operation error notification procedure will be invoked (see rbf_setErrorsCallback).
The current user must have Delete permission on the selected object type to run this API.
Syntax
rbf_deleteRecord(objName, id,
callback)
Parameters
objName
The integration name of the selected Object definition
id
ID of the selected Object record
callback
A function to be executed when the operation is successful. It does not receive any parameters. This is an optional parameter.
Note: This API is supported in portals as well.