Customer Delete


Type Method
DELETE https://assignment.sunergetic.nl/api/v1/customers/:id

DELETE Headers

{
    "Accept"        : "application/json",
    "Content-Type"  : "application/x-www-form-urlencoded",
    "token"         : "{TOKEN}"
}

example response


{
  "message": "Customer deleted!"
}