[PR #4311] [MERGED] chore: update delete run and prune thread API docs for delta channel #4296

Closed
opened 2026-06-05 19:13:25 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4311
Author: @longquanzheng
Created: 6/4/2026
Status: Merged
Merged: 6/5/2026
Merged by: @npentrel

Base: mainHead: long/deleteRun


📝 Commits (5)

📊 Changes

5 files changed (+9 additions, -9 deletions)

View changed files

📝 src/langsmith/agent-server-changelog.mdx (+1 -1)
📝 src/langsmith/agent-server-openapi.json (+4 -4)
📝 src/oss/langgraph/persistence.mdx (+1 -1)
📝 src/oss/langgraph/pregel.mdx (+1 -1)
📝 src/oss/python/releases/changelog.mdx (+2 -2)

📄 Description

Overview

Type of change

Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4311 **Author:** [@longquanzheng](https://github.com/longquanzheng) **Created:** 6/4/2026 **Status:** ✅ Merged **Merged:** 6/5/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `long/deleteRun` --- ### 📝 Commits (5) - [`b032ada`](https://github.com/langchain-ai/docs/commit/b032ada1b915c33d9db14f3a50e9374cc626b2d1) comments - [`aeb732e`](https://github.com/langchain-ai/docs/commit/aeb732edbc798a71b0ea468ab9d9fc7216973840) cmt - [`349dddc`](https://github.com/langchain-ai/docs/commit/349dddca89c3051f0735c6e017eaba1f742afc4d) done - [`6d1bb82`](https://github.com/langchain-ai/docs/commit/6d1bb82285902715fc5531bab4d7e18b6a8bb9d2) use relative links - [`78f8a72`](https://github.com/langchain-ai/docs/commit/78f8a727d00d523c0a7270131556bc0ed7c91d88) update ### 📊 Changes **5 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/agent-server-changelog.mdx` (+1 -1) 📝 `src/langsmith/agent-server-openapi.json` (+4 -4) 📝 `src/oss/langgraph/persistence.mdx` (+1 -1) 📝 `src/oss/langgraph/pregel.mdx` (+1 -1) 📝 `src/oss/python/releases/changelog.mdx` (+2 -2) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:13:25 -04:00
yindo closed this issue 2026-06-05 19:13:25 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4296