Function DataChangeMonitorDelete(ID)

DataChangeMonitorDelete

With the function DataChangeMonitorDelete, you can delete a data change monitor that was created using the function DataChangeMonitorCreate.

DataChangeMonitorDelete(
    ID                   ! (input) a scalar string expression
    )

Arguments

ID

A string identifying an existing data change monitor.

Return Value

The function returns 1 upon success. If there exists no data change monitor for the given ID, the function returns 0. In case of any other error, it returns \(-1\) and CurrentErrorMessage will contain a proper error message.