delete_customer
Remove a customer permanently from the subscription billing system, including related addresses, payment methods, and subscription data.
Instructions
Delete a customer by ID. DELETE /customers/{customerId}. WARNING: Cascading delete may remove or orphan related data (addresses, payment methods, subscriptions, invoices, etc.). Use with caution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Customer ID to delete (required) |