🚀 Introducing LangWatch for n8n: observability, prompts, and more
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.json())
{ "message": "<string>" }
Deletes a public path for a trace
ID of trace to unshare
Public path deleted
Was this page helpful?