Skip to main content
POST
Execute the cryptographic erasure of an LGPD request

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

institutionId
string
required

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

Example:

"44444444-4444-4444-4444-444444444444"

id
string
required

The LGPD erasure request id to execute.

Example:

"11111111-1111-1111-1111-111111111111"

Body

application/json
cpfCnpj
string
required

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

Example:

"52998224725"

docType
string

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

Example:

"cpf"

Response

OK

id
string
required

The erasure request id that was resolved EXECUTED.

Example:

"11111111-1111-1111-1111-111111111111"