ml_delete_device

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 Using device tracking with Listeners that don't support it.

Example

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

CALL ml_delete_device( 'myOldDevice' );