Remove person restoration key
Use case
In this example, we will review how to forget a person record forever and make it unrecoverable.
There is a private person personId ID-3415
whose person record is already inactivated and forgotten. The person wants to ensure that the personal data is removed completely and is non-recoverable.
...persons/ID-3415/forget/key
Sample API call
To remove the restoration key, make the following call.
https://person-api.sandbox.tuumplatform.com/api/v1/persons/ID-3415/forget/key
Sample request
Below is an example request to remove the restoration key call.
No request body.
Sample response
The remove restoration key endpoint generates the following response.
Result
The restoration key of a forgotten person ID-3415
is removed. The personal data that belong to the person is non-recoverable.
Last updated
Was this helpful?