cURL
curl -X DELETE \ /customers/{id} \ --header "Authorization: Bearer <token>"
{}
Deletes a customer. The customer can only be deleted if there are no invoices, active subscriptions or booked payments related to this customer. Otherwise you can only archive the customer.
customer:write
Value for the Authorization header parameter.
Customer identifier
The customer was deleted.
Was this page helpful?