action openchannel_delete_stripe_gateway_developer_developer_id_accounts_stripe_id { label: "Disconnects a developer's Stripe account" description: "\n- Results are returned for the market provided within the basic authentication credentials\n" provider: openchannel method: DELETE path: "/stripe-gateway/developer/{developerId}/accounts/{stripeId}" encoding: json input: { type: "object" properties: { developerId: { type: "string" } stripeId: { type: "string" } } required: ["developerId", "stripeId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }