For the complete documentation index, see llms.txt. This page is also available as Markdown.

aiAgentThreadDelete

Graphql fields and variables for the aiAgentThreadDelete mutation

Delete an AI agent thread

Scope required: standard:write

mutation aiAgentThreadDelete ($chatId: ID!) {
  aiAgentThreadDelete (chatId: $chatId) {
      errors
      success
  }
}

Arguments

{
  "chatId": "456123"
}
Name
Type
Description

chatId

ID

Response

Name
Type
Description

errors

List (String)

success

Boolean

Last updated

Was this helpful?