CustomerLabels

Detach Labels from a Customer

Detaches the given labels from the customer. Labels that are not currently attached are ignored.

delete/customers/customers/{customerId}/labels

Request body

labelsstring[] required

An array of label IDs to attach to (or detach from) the customer.

Example request

{
  "labels": [
    "000000-000000-000000-000000"
  ]
}

Response

The customer's labels were successfully retrieved

Example response

{
  "data": [
    {
      "value": "VIP",
      "colour": "ff6634"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.