LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
  • RemoteGraph
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDKRemoteGraph
Language
Theme
PythonlangsmithclientClientdelete_run_from_annotation_queue
Method●Since v0.1

delete_run_from_annotation_queue

Delete a run from an annotation queue with the specified queue_id and run_id.

Copy
delete_run_from_annotation_queue(
  self,
  queue_id: ID_TYPE,
  *,
  run_id: ID_TYPE
) -> None

Parameters

NameTypeDescription
queue_id*Union[UUID, str]

The ID of the annotation queue.

run_id*Union[UUID, str]

The ID of the run to be added to the annotation queue.

View source on GitHub