action openchannel_delete_permission_apps_app_id { label: "Removes permission that allows the app to access this user's data" provider: openchannel method: DELETE path: "/permission/apps/{appId}" encoding: json input: { type: "object" properties: { appId: { type: "string" } userId: { type: "string" } } required: ["appId", "userId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }