Passer au contenu principal
DELETE
/
v2
/
customer
/
{customer_uuid}
Delete customer
curl --request DELETE \
  --url https://sandbox.gateway.sezzle.com/v2/customer/{customer_uuid} \
  --header 'Authorization: <api-key>'
[
  {
    "code": "bad_request",
    "message": "bad request"
  }
]

Autorisations

Authorization
string
header
requis

The authentication token generated from providing API Keys to Sezzle Gateway

Paramètres de chemin

customer_uuid
string
requis

The Customer UUID to delete

Réponse

Status No Content