Delete a customer
Delete a customer
For complete API specification including request/response schemas and interactive examples, see the API Reference.
Overview
Delete a customer account permanently. The customer ID can be reused after deletion.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Required. The customer ID to delete |
Use Cases
| When | What | Better For |
|---|---|---|
| GDPR compliance | Delete customer data | Handling data deletion requests |
| Account closure | Delete after transferring funds | Closing customer accounts permanently |
| Testing cleanup | Delete test customers | Maintaining clean test environments |
Related Endpoints
- Get Customer by ID - Retrieve customer before deletion
- Get All Customers - List all customers