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
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.