Delete TraeCN Conversation
traecn_delete_conversationPermanently remove an inactive TraeCN conversation using its stable ID and exact title, with explicit irreversible-deletion acknowledgement to prevent accidental data loss.
Instructions
Permanently delete one inactive TraeCN conversation by stable identifier. Requires the exact expectedTitle returned by traecn_list_conversations plus an explicit irreversible-deletion acknowledgement; there is no gateway recovery path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expectedTitle | Yes | Exact title returned by traecn_list_conversations. | |
| conversationId | Yes | Stable identifier returned by traecn_list_conversations. | |
| acknowledgePermanentDeletion | Yes | Must be true to acknowledge that the gateway cannot restore the deleted conversation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Stable machine-readable result or error code. | |
| error | No | Error identifier or diagnostic when the operation failed. | |
| action | No | Conversation operation performed. | |
| status | No | Stable operation or task status. | |
| taskId | No | Stable gateway task identifier. | |
| changed | No | Whether visible TraeCN state changed. | |
| deleted | No | Number of conversations removed (delete only). | |
| message | No | Human-readable outcome summary. | |
| success | No | Whether the operation succeeded. | |
| retryable | No | Whether retrying the same call can succeed later. | |
| nextAction | No | Suggested next step after a failure. | |
| actualTitle | No | Title actually visible at decision time (delete mismatch only). | |
| recoverable | No | Always false for deletion; the gateway cannot restore conversations. | |
| expectedTitle | No | Title compared against the visible conversation (delete mismatch only). | |
| conversationId | No | Stable TraeCN conversation identifier. |