Logoelepay
Customer

Delete customer

Deletes a customer.

DELETE
/customers/{customerId}
AuthorizationBearer <token>

API authentication is performed via Bearer auth using the secret key as the bearer token. The secret key is a critical key that allows all API operations, so handle it with care.

In: header

Path Parameters

customerId*string

Customer ID

Response Body

curl -X DELETE "https://api.elepay.io/customers/string"
Empty