We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72bff9 commit 1a41ad1Copy full SHA for 1a41ad1
src/langsmith/data-purging-compliance.mdx
@@ -32,6 +32,10 @@ Trace deletions are processed during non-peak usage times and are not instant. L
32
33
To delete specific traces by their trace IDs from a single session:
34
35
+<Note>
36
+The `session_id` is the project ID for the trace you are trying to delete. You can find it on the tracing project page in the LangSmith UI.
37
+</Note>
38
+
39
```bash
40
curl -X POST "https://api.smith.langchain.com/api/v1/runs/delete" \
41
-H "x-api-key: YOUR_API_KEY" \
0 commit comments