deleteArrNoAudit()
Purpose
For native Platform objects, this method moves the specified array of records
to the Recycle Bin. Similar to deleteArr(), except deleteArrNoAudit() blocks Audit records. This method will increment
the hits counter for each array element.
Syntax
deleteArrNoAudit(string sessionId, LongArr ids);
Parameters
sessionId
A string containing the session ID obtained at log in.
ids
LongArr array of record ids to be deleted.
Output
NonePermissions Required
Delete permission for the requested object type.