Skip to main content
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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sezzle.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The authentication token generated from providing API Keys to Sezzle Gateway

Path Parameters

customer_uuid
string
required

The Customer UUID to delete

Response

Status No Content