Developers
Customers

Delete a customer

DELETE
/customers/{ref}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

ref*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/customers/string"
{  "object": "customer",  "id": "string",  "deleted": true}