Delete Customer
Soft-deletes the customer record. Existing wallets and transaction history are preserved for audit purposes but the customer can no longer transact.
This action cannot be undone via the API. Contact support to restore a deleted customer.
Path Parameters
id
*StringThe customer ID to delete (e.g. cus_abc123).
DELETE
/ v2/customers/:id
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response