Skip to main content
DELETE
/
person
Excluir pessoas
curl --request DELETE \
  --url https://api.juridiq.com.br/person/ \
  --header 'Content-Type: application/json' \
  --header 'x-juridiq-api-key: <api-key>' \
  --data '
{
  "id": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "deleteLawSuit": true
}
'
{
  "message": "<string>"
}

Authorizations

x-juridiq-api-key
string
header
required

Chave de API do escritório (criada no painel). Envie o valor no header x-juridiq-api-key.

Body

application/json
id
string<uuid>[]
required

IDs das pessoas

Minimum array length: 1
deleteLawSuit
boolean

true para excluir processos vinculados

Response

Default Response

message
string
required

Mensagem de sucesso