action openchannel_delete_user_accounts_user_account_id { label: "Removes the user account" provider: openchannel method: DELETE path: "/userAccounts/{userAccountId}" encoding: json input: { type: "object" properties: { userAccountId: { type: "string" } } required: ["userAccountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }