ml_delete_device system procedure

Use this system procedure to delete all information about a remote device when you are manually setting up device tracking.

Parameters

Item

Parameter

Description

1

device

VARCHAR(255). Device name.

Remarks

This function is useful only if you are manually setting up device tracking. See Adding support for device tracking.

Example

Delete a device record and all associated records that reference this device record:

CALL ml_delete_device('myOldDevice');