Skip to main content
DELETE
/
customers
/
{customer_id}
cURL
curl --request DELETE \
  --url https://api-sandbox.y.uno/v1/customers/{customer_id} \
  --header 'private-secret-key: <api-key>' \
  --header 'public-api-key: <api-key>' \
  --header 'x-account-code: <x-account-code>'
You can delete a customer via this API request. In addition to deleting or anonymizing the customer within Yuno, this request will also trigger the deletion process with the payment providers the customer has interacted with.

Authorizations

public-api-key
string
header
default:<Your public-api-key>
required
private-secret-key
string
header
default:<Your private-secret-key>
required

Headers

x-account-code
string
required

The account_id found in the Yuno Dashboard (UUID | MAX 36; MIN 36).

Path Parameters

customer_id
string
required

Response

Accepted (body is empty)