Saltar al contenido principal
POST
Ejecutar el borrado criptográfico de una solicitud LGPD

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

institutionId
string
requerido

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

Ejemplo:

"44444444-4444-4444-4444-444444444444"

id
string
requerido

The LGPD erasure request id to execute.

Ejemplo:

"11111111-1111-1111-1111-111111111111"

Cuerpo

application/json
cpfCnpj
string
requerido

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

Ejemplo:

"52998224725"

docType
string

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

Ejemplo:

"cpf"

Respuesta

OK

id
string
requerido

The erasure request id that was resolved EXECUTED.

Ejemplo:

"11111111-1111-1111-1111-111111111111"