cURL
curl --request DELETE \ --url https://app.traceloop.com/api/config/pii/tracing-allow-list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "associationProperty": {} }'
{userId: "123"}
{ "associationProperty": { "userId": "123" } }
Was this page helpful?