Tracing
Disable logging of prompts and responses for specific users
DELETE
/
api
/
config
/
pii
/
tracing-allow-list
By default, all prompts and responses are logged. If you’ve disabled this behavior by following this guide, and then selectively enabled it for some of your users then you can use this API to disable it for previously enabled ones.
Request Body
associationProperty
Associated Property Object
A single association property (like {userId: "123"}
) that was previously allowed to be logged.
Example:
{
"associationProperty": {
"userId": "123"
}
}
Was this page helpful?