action ritc_remove_app { label: "removeApp" description: "Delete an app" provider: ritc method: DELETE path: "/apps/{app_id}" encoding: json input: { type: "object" properties: { app_id: { type: "string" } } required: ["app_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }