Remover mensagem
curl --request POST \
--url https://api.jurichat.com/conversation/remove-message \
--header 'Content-Type: application/json' \
--header 'x-jurichat-api-key: <api-key>' \
--data '
{
"conversationId": "<string>",
"messageId": "<string>"
}
'{
"success": true
}Conversations
Remover mensagem
Remove uma mensagem da conversa.
POST
/
conversation
/
remove-message
Remover mensagem
curl --request POST \
--url https://api.jurichat.com/conversation/remove-message \
--header 'Content-Type: application/json' \
--header 'x-jurichat-api-key: <api-key>' \
--data '
{
"conversationId": "<string>",
"messageId": "<string>"
}
'{
"success": true
}Authorizations
Chave de API do escritório (criada no painel). Envie o valor no header x-jurichat-api-key.
Body
application/json
Response
Default Response
Indica se a remoção foi concluída com sucesso.
⌘I