Skip to main content
DELETE
/
conversation
/
{conversationId}
Excluir conversa
curl --request DELETE \
  --url http://localhost:3001/conversation/{conversationId} \
  --header 'X-JuriChat-Api-Key: <api-key>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.jurichat.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-JuriChat-Api-Key
string
header
required

Chave de API do escritório (criada no painel). Envie o valor no header X-JuriChat-Api-Key.

Path Parameters

conversationId
string
required

ID da conversa a ser excluída.

Pattern: ^[cC][^\s-]{8,}$

Response

Default Response

message
string
required

Mensagem de confirmação.