Skip to main content

ExecuteErasureRequestInputBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ExecuteErasureRequestInputBody.json
modestring

Erasure mode

Possible values: [hard_delete, anonymize]

Default value: hard_delete
ExecuteErasureRequestInputBody
{
"$schema": "https://example.com/schemas/ExecuteErasureRequestInputBody.json",
"mode": "hard_delete"
}