textrawl
byJeff Green

delete_conversation

Delete a conversation session

Permanently delete a conversation session and all its turns. Must provide either sessionId or sessionKey.

Parameters

ParameterTypeRequiredDefaultDescription
sessionIdstringOPTIONAL-Session UUID to delete
sessionKeystringOPTIONAL-Session key to delete
confirmbooleanREQUIRED-Must be true to confirm deletion

Example Request

{ "sessionKey": "db-migration-2026-01", "confirm": true }

On this page