Customers

Delete Customer

Delete a customer

DELETE
/api/v1/customers/{customerId}
AuthorizationBasic <token>

Basic API key authentication. Create a new API key and secret in the Recommand dashboard.

In: header

Path Parameters

customerId*string

The internal ID or external ID of the customer

Response Body

application/json

application/json

application/json

curl -X DELETE "https://app.recommand.eu/api/v1/customers/string"
{
  "success": true
}
{
  "success": false,
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}
{
  "success": false,
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}