Skip to main content
Soft-delete a conversation.

Tool details

FieldValue
Namedelete_conversation
GroupConversations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "conversation_id": {
      "type": "string",
      "format": "uuid",
      "description": "Conversation identifier that scopes the request."
    },
    "confirm": {
      "type": "boolean",
      "description": "Provide the confirm."
    }
  },
  "required": [
    "conversation_id",
    "confirm"
  ],
  "additionalProperties": false,
  "description": "Input schema for the delete_conversation tool.",
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Output schema

This tool does not publish an output schema.