cdp_delete_schedule
Remove a scheduled task from the CDP system by deleting its schedule configuration. This action permanently eliminates the scheduled execution while maintaining proper workflow integration.
Instructions
Delete a schedule (DELETE config/schedules/{id}). IMPORTANT: the UI fires cdp_invoke_workflow_action(action='unschedule', scheduleId=...) FIRST to detach the schedule from its runner workflow; doing only the DELETE leaves a dangling trigger registration in some workflows (AIF_RUNNER, REPORT_RUNNNER_DEFAULT). See the orchestration playbook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedule_id | Yes | ||
| tenant_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |