इसके आईडी द्वारा क्रेडिट अर्हता को सॉफ्ट-डिलीट करता है
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.creditEntitlements.delete('id');वाज़ दिस पेज हेल्पफुल
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.creditEntitlements.delete('id');