action openchannel_delete_developer_accounts_developer_account_id { label: "Removes the developer account" provider: openchannel method: DELETE path: "/developerAccounts/{developerAccountId}" encoding: json input: { type: "object" properties: { developerAccountId: { type: "string" } } required: ["developerAccountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }