cURL
curl --request DELETE \ --url https://staging.afx-server.com/api/v1/customer/{customerId} \ --header 'x-api-key: <api-key>'
Deletes a specific customer by their unique identifier.
Static business API key from the dashboard
The unique identifier of the customer
Customer deleted successfully.