Client Labels
Diese Seite ist nicht auf Deutsch verfügbar. Die englische Version wird angezeigt.
Delete Client Label
Deletes a custom label and every assignment of it. System labels are rejected with 422.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*integer
Client label identifier
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v2/client-labels/3"Empty
{ "error": { "message": "Unauthorized" }}{ "error": { "message": "Forbidden" }}{ "error": { "message": "Not Found" }}{ "error": { "message": "Unprocessable Entity" }}{ "error": { "message": "Too Many Requests" }}{ "error": { "message": "Service Unavailable" }}