action ritc_remove_action { label: "removeAction" description: "Delete an action" provider: ritc method: DELETE path: "/actions/{action_id}" encoding: json input: { type: "object" properties: { action_id: { type: "string" } } required: ["action_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }