Remove customer
DELETE
/v3/customers/{merchantCustomerId}Removed one particular customer. Customer has to be saved beforehand. It is possible to remove one customer at a time.
Request
Path Params
merchantCustomerId
string <uuid>
required
An unique customer external identifier
Example:
3fa85f64-5717-4562-b3fc-2c963f66afa6
Header Params
request-id
string
required
A unique identifier generated by requesting client
>= 38 characters<= 1024 characters
Example:
|us04oqdnzFQVr0rITD9/c9OvDRE2sXVfwerv.
Match pattern:
^[a-zA-Z0-9?&:_|\-\/=+.,#\s]+$
Request samples
Responses
ok(200)
Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
Example
{
"success": true
}
Modified at 10 days ago