Soft-delete a conversation.
delete_conversation
{ "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#" }