cURL
curl --request DELETE \ --url https://app.traceloop.com/api/config/privacy/data-deletion \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "associationProperties": "<any>" }'
{ "requestId": "<string>" }
{userId: "123"}
{ "associationProperties": [ { "userId": "123" } ] }
Was this page helpful?