Delete the detials of a customer
DELETE/v1/customers/:ref
Permanently remove a customer from your account
Request
Path Parameters
ref stringrequired
The unique identifier for the customer
Responses
- 200
- 401
- 404
- 422
OK
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Customer deleted"
}
Unauthenticated
Not found
Unprocessable Request
Loading...