cURL
curl --request DELETE \ --url https://{cluster}.voucherify.io/v1/customers/{customerId} \ --header 'Authorization: Bearer <token>' \ --header 'X-App-Id: <api-key>' \ --header 'X-App-Token: <api-key>'
This response does not have an example.
This method deletes a customer.
Was this page helpful?