Skip to contents

Permanently removes a conversation from disk.

Usage

cassidy_delete_conversation(conv_id)

Arguments

conv_id

Character. The conversation ID to delete.

Value

TRUE if deleted successfully, FALSE otherwise (invisibly).

Examples

if (FALSE) { # \dontrun{
  # Delete a conversation
  cassidy_delete_conversation("conv_20260116_1234")
} # }