Delete Customer Label

Learn how to delete a Customer label effortlessly. Managers with the required access permissions can delete a single Customer label using the endpoint and method below.

Endpoint

  • Method: DELETE

  • URL: /api/v1/clabels/{id}/

circle-info

This operation deletes a single Customer label if the requesting manager has access permissions to it.

Request

Path parameters:

  • id — the ID of the Customer label to delete

There are no query parameters, header parameters, or request body parameters for this endpoint.

Responses

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

Additional info

  • hasTryItOut: false

Was this helpful?