import Hercules from '@usehercules/sdk';const client = new Hercules({ apiVersion: '2025-12-09', apiKey: process.env['HERCULES_API_KEY'], // This is the default and can be omitted});await client.beta.subscriptions.customers.delete('customer_id');
Customers
Delete Customer
Permanently deletes a customer. This also cancels any active subscriptions. This action cannot be undone.
DELETE
/
v1
/
subscriptions
/
customers
/
{customer_id}
JavaScript
Copy
Ask AI
import Hercules from '@usehercules/sdk';const client = new Hercules({ apiVersion: '2025-12-09', apiKey: process.env['HERCULES_API_KEY'], // This is the default and can be omitted});await client.beta.subscriptions.customers.delete('customer_id');