Skip to content

Commit 1a41ad1

Browse files
chore: Add session id explanation to trace delete notes (#1707)
## Overview session_id can be confusing since we refer to tracing sessions as projects in the langsmith ui.
1 parent e72bff9 commit 1a41ad1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/langsmith/data-purging-compliance.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Trace deletions are processed during non-peak usage times and are not instant. L
3232

3333
To delete specific traces by their trace IDs from a single session:
3434

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+
3539
```bash
3640
curl -X POST "https://api.smith.langchain.com/api/v1/runs/delete" \
3741
-H "x-api-key: YOUR_API_KEY" \

0 commit comments

Comments
 (0)