मुख्य सामग्री पर जाएं
POST
/
licenses
/
deactivate
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.licenses.deactivate({
  license_key: 'license_key',
  license_key_instance_id: 'license_key_instance_id',
});

Documentation Index

Fetch the complete documentation index at: https://docs.dodopayments.com/llms.txt

Use this file to discover all available pages before exploring further.

कोई API कुंजी आवश्यक नहीं: यह एक सार्वजनिक एंडपॉइंट है जो प्रमाणीकरण की आवश्यकता नहीं करता। आप इसे सीधे क्लाइंट एप्लिकेशन, डेस्कटॉप सॉफ़्टवेयर, या CLI से कॉल कर सकते हैं बिना अपनी API क्रेडेंशियल्स को उजागर किए लाइसेंस कुंजियों को निष्क्रिय करने के लिए।

बॉडी

application/json
license_key
string
आवश्यक
license_key_instance_id
string
आवश्यक

प्रतिक्रिया

License key instance deactivated successfully

Last modified on April 1, 2026