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