Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Soft-delete a conversation.
| Field | Value |
|---|
| Name | delete_conversation |
| Group | Conversations |
Playground
{
"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.