Remove Label from Conversation

DELETE

/v1/conversations/:id/labels/:label_id

Removes an applied label from the conversation.

Parameters

NameTypeDescription
idrequiredstringConversation UUID
label_idrequiredstringLabel UUID to remove

Responses

200Label removed
{
  "data": {
    "id": "cnv_777",
    "labels": []
  }
}