Back to index
Summary
Deletes a schedule.projectNameStringrequiredThe name for the project that must be unique among all projects. scheduleNameStringrequiredName for the schedule; must be unique among all schedules for the project. |
Usage
Perl
$cmdr->deleteSchedule( "test-projectName", # projectName "test-scheduleName" # scheduleName );
ectool
ectool deleteSchedule \ "test-projectName" `# projectName` \ "test-scheduleName" `# scheduleName`