Pular para o conteúdo principal
POST
Executar a eliminação criptográfica de uma solicitação LGPD

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

institutionId
string
obrigatório

The institution's unique identifier (UUID) the erasure request is scoped to.

Exemplo:

"44444444-4444-4444-4444-444444444444"

id
string
obrigatório

The LGPD erasure request id to execute.

Exemplo:

"11111111-1111-1111-1111-111111111111"

Corpo

application/json
cpfCnpj
string
obrigatório

The data subject's cleartext CPF or CNPJ (tokenized server-side; never echoed nor logged).

Exemplo:

"52998224725"

docType
string

The document type (cpf or cnpj); inferred from the subject value when omitted.

Exemplo:

"cpf"

Resposta

OK

id
string
obrigatório

The erasure request id that was resolved EXECUTED.

Exemplo:

"11111111-1111-1111-1111-111111111111"