MicroStrategy ONE

Delete Transmitter statement

Deletes a transmitter. A Distribution Services transmitter is used to store general properties used to package and deliver reports or documents as part of a subscription. Any Distribution Services device is based on a transmitter in the system.

A transmitter may not be deleted if a device is dependent on it.

Copy
DELETE TRANSMITTER "transmitter_name";

where:

TRANSMITTER "transmitter_name" is the name of the transmitter to delete, of type string.

Example

Copy
DELETE TRANSMITTER "Email Transmitter";