Delete Customer
Delete an existing customer.
patch
Authorizations
Body
string[]Optional
Responses
200Success
application/json
Responseobject
patch
PATCH /v1/customer/delete HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 8
[
"text"
]
200Success
{}
Last updated