action ritc_remove_channel { label: "removeChannel" description: "Delete a channel" provider: ritc method: DELETE path: "/channels/{channel_id}" encoding: json input: { type: "object" properties: { channel_id: { type: "string" } } required: ["channel_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }