cURL
curl --request DELETE \ --url https://api.example.com/customers/{id} \ --header 'x-api-key: <api-key>'
Permanently deletes a customer and all associated data. This action cannot be undone. All active services for this customer will be terminated.
Unique identifier of the customer to delete
Customer successfully deleted
Was this page helpful?