cURL
curl --request GET \ --url https://app.traceloop.com/api/config/privacy/data-deletion \ --header 'Authorization: Bearer <token>'
{ "completed": true, "deleted": "<string>", "total": "<string>" }
true
false
Was this page helpful?