GDPR & Privacy
Status of user deletion request
GET
/
api
/
config
/
privacy
/
data-deletion
Get the status of your user deletion request.
Request Query Parameter
requestId
string
The request ID from the user deletion request.
Response
completed
boolean
true
if the process was completed, false
otherwise.
deleted
string
The number of spans that were deleted.
total
string
The number of spans that needs to be deleted in total.
Was this page helpful?