action cenit_delete_setup_scheduler_id { label: "Delete an schedule" description: "Deletes the specified scheduler." provider: cenit method: DELETE path: "/setup/scheduler/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }