ExecuteErasureRequestInputBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ExecuteErasureRequestInputBody.jsonmodestring
Erasure mode
Possible values: [hard_delete, anonymize]
Default value:
hard_deleteExecuteErasureRequestInputBody
{
"$schema": "https://example.com/schemas/ExecuteErasureRequestInputBody.json",
"mode": "hard_delete"
}