Ship reliable, testable agents – not guesses. Better Agents adds simulations, evaluations, and standards on top of any framework. Explore Better Agents
Python
import requests url = "https://app.langwatch.ai/api/trace/{id}/unshare" headers = {"X-Auth-Token": "<api-key>"} response = requests.post(url, headers=headers) print(response.text)
{ "message": "<string>" }
Deletes a public path for a trace
ID of trace to unshare
Public path deleted
Was this page helpful?