POST
/unlabel/chatRemove etiqueta de um chat
Descrição
Remove etiqueta de um chat
Exemplo de requisição
curl -X POST 'https://api-server.dichat.com.br/unlabel/chat' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"Chat": "5511999999999",
"LabelId": "label_123"
}'Respostas
200Response
application/json
{
"code": 200,
"data": {
"Details": "UnLabel successfully"
},
"success": true
}