Skip to main content
DELETE
/
user
/
{id}
Excluir usuário
curl --request DELETE \
  --url http://localhost:3001/user/{id} \
  --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

id
string
required

ID do usuário a ser removido.

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

Response

Default Response

message
string
required

Mensagem de confirmação da operação.