Skip to main content

OPENAI_DELETE_THREAD

Delete a thread using its id. Provide the thread object or id via inputs.

At a glance

  • Category LLM
  • Version: 1.0.9
  • Applications: all
  • Scope: all
  • Default Service: OPENAI_COMPLETION

Inputs

TypeDescriptionDefaultRequiredResolved
threadThread object or id to deleteNonetruefalse

Examples

Delete a thread

- step: OPENAI_DELETE_THREAD
thread: "{{threadObject}}"

See Also

General Resources: