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 } }
{ "chatId": "456123" }
chatId
ID
errors
List (String)
success
Boolean
Last updated 2 months ago
Was this helpful?