Remove Label From Customer

Learn how to remove a label from a customer using this API endpoint. With the necessary permissions, managers can make successful DELETE requests to /api/v1/customerclabels/{id}/ and receive a 200 OK response code.

circle-info

Requires manager access permissions to the label being removed.

Endpoint

DELETE /api/v1/customerclabels/{id}/

Description

Removes a label from a customer, if the requesting manager has access permissions to it.

Responses

200 OK
404 Not Found
{
  "message": "Ain't no cake like that."
}

Was this helpful?