MicroStrategy ONE

Delete Schedule statement

Deletes a schedule.

Copy
DELETE SCHEDULEschedule_name;

where:

schedule_name is the name of the schedule to be deleted, of type string, between double quotes (" ").

Example

Copy
DELETE 
 SCHEDULE "Schedule4";