Delete Scheduled Task
The following example deletes an existing scheduled task.
- Connect to the administration web service.
- Specify the unique identifier of the scheduled task to delete in GUID format.
Code Sample
# Deletes the scheduled task with the specified identifier.
$administration.DO_DeleteScheduledTask("e2283abb-b844-4c6f-b6c3-a555dd5d47c5");