GET
/
api
/
config
/
privacy
/
data-deletion
Status of user deletion request
curl --request GET \
  --url https://app.traceloop.com/api/config/privacy/data-deletion \
  --header 'Authorization: Bearer <token>'
{
  "completed": true,
  "deleted": "<string>",
  "total": "<string>"
}
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.