|
Whitebeam Template Reference Documentation
|
Audit Template
remove()
Permanently remove an audit record
See Also
rb.audit.create, modify() Syntax
number = rb.audit.remove(ID)
Parameters
The 'remove' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | ID | number | | Required. Unique ID of the record to be removed |
Results
The 'remove' method returns number:
Type/Value | Range/Length | Description |
number |
  |
Unique ID of the record that is successfully remove. -1 if that record does not exist
|
Remarks Remove an audit record from the database |
|
(loadtime : 77ms) |