API ReferencePrivacy

Request erasure of a data subject

Queue an irreversible erasure of all events and identity records for the given subjects. Rate limited to 5 requests per minute. Returns a request_id you can poll for status.

POST
/privacy/deletion
x-logspot-sk<token>

Project secret key (prefixed sk_). Server-side only — never expose it client-side.

In: header

distinct_idsarray<string>
Items1 <= items <= 2000
regulation?string|null

Response Body

curl -X POST "https://api.logspot.io/privacy/deletion" \  -H "Content-Type: application/json" \  -d '{    "distinct_ids": [      "string"    ]  }'
Empty
Empty
Empty
Empty
Empty