Use this system procedure to delete all information about a remote device when you are manually setting up device tracking.
Item |
Parameter |
Description |
---|---|---|
1 | device |
VARCHAR(255). Device name. |
This function is useful only if you are manually setting up device tracking.
See Using device tracking with Listeners that don't support it.
Delete a device record and all associated records that reference this device record:
CALL ml_delete_device( 'myOldDevice' );