# Delete customer details Delete customer details Endpoint: DELETE /customers/{id} Version: 2.0.0 Security: bearerAuth, basicAuth ## Path parameters: - `id` (string, required) Customer Id Example: "cu_841b9b1a99fc4f0" ## Response 200 fields (application/json): - `id` (string) Unique identifier of the customer assigned by Axepta Online. - `deleted` (boolean) Indicates if the payment method record was deleted or not.