Skip to main content

PrivacyErasureRequest

Request schema for creating privacy erasure job.

scopeScope (string)required

Erasure scope: org, device, date_range, tag

from_date object

Start date for date_range scope

anyOf
string<date-time>
to_date object

End date for date_range scope

anyOf
string<date-time>
device_ids object

Device IDs for device scope

anyOf
  • Array [
  • string
  • ]
  • tags object

    Tags for tag scope

    anyOf
  • Array [
  • string
  • ]
  • dry_runDry Run (boolean)

    If true, estimate deletions without actually deleting

    Default value: false
    PrivacyErasureRequest
    {
    "scope": "string",
    "from_date": "2024-07-29T15:51:28.071Z",
    "to_date": "2024-07-29T15:51:28.071Z",
    "device_ids": [
    "string"
    ],
    "tags": [
    "string"
    ],
    "dry_run": false
    }