MicroStrategy ONE

Delete Device statement

Deletes a Distribution Services device. A device is used to automatically send a MicroStrategy report or document to a type of device or location for subscriptions. A device is based on a transmitter in the system.

Copy
DELETE DEVICE "device_name";

where:

DEVICE "device_name" is the name of the device to delete, of type string.

Example

Copy
DELETE DEVICE "MyFileDevice";