मुख्य सामग्री पर जाएं
DELETE
/
subscriptions
/
{subscription_id}
/
change-plan
/
scheduled
JavaScript
import DodoPayments from 'dodopayments';

const client = new DodoPayments({
  bearerToken: process.env['DODO_PAYMENTS_API_KEY'], // This is the default and can be omitted
});

await client.subscriptions.cancelChangePlan('sub_Iuaq622bbmmfOGrVTqdXv');

प्राधिकरण

Authorization
string
header
आवश्यक

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

पथ पैरामीटर

subscription_id
string
आवश्यक

Subscription Id

प्रतिक्रिया

Scheduled plan change cancelled successfully

अंतिम संशोधन 1 अप्रैल 2026