Execute the cryptographic erasure of an LGPD request
Neutralizes the per-record DEK of every matching row for the subject across all active key versions, resolves the request EXECUTED, and audits it atomically. Idempotent: an already-EXECUTED request is a no-op success. A terminally NON-erasure decision maps to 409; a not-found request to 404; an out-of-scope request type to 422.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
The institution's unique identifier (UUID) the erasure request is scoped to.
"44444444-4444-4444-4444-444444444444"
The LGPD erasure request id to execute.
"11111111-1111-1111-1111-111111111111"
Body
Response
OK
The erasure request id that was resolved EXECUTED.
"11111111-1111-1111-1111-111111111111"

