deleteBy

Description

Removes specified records from a dataset.

Input / Parameter

Output

Callback?

callback

The function to be executed if the specified records are removed successfully.

errorCallback

The function to be executed if the specified records are not removed successfully.

Video

Coming Soon.

Example

The user wants to delete the id=7 from dataset "l_customer".

Step

  1. Call the function "deleteBy" and define the dataset, by, and value. dataset: l_customer by: id value: 7

Result

Last updated