Skip to main content
DELETE
Delete an AI Assistant thread

Authorizations

X-API-Key
string
header
required

Path Parameters

origin
enum<string>
required

Which store a thread lives in.

The four assistants keep their transcripts in four tables with four shapes, and nothing here moves them. An origin plus the thread's id in that store is how one row of the meta table names a thread, and how the dock knows which capability the thread carries when it is reopened.

Available options:
table,
find_leads,
agent,
chat
thread_id
string<uuid>
required

Response

Successful Response

detail
string
required

The detail of why the resource was deleted.

count
integer
default:1

The number of resources that were deleted.