pub async fn delete_conversation(
__arg0: State<UnifiedAppState>,
__arg1: Path<String>,
) -> Result<Json<Value>, Response>Expand description
Delete a conversation permanently from the database Called via DELETE /conversations/:id from frontend Returns success JSON or error status code with message