pub async fn admin_delete_memory( __arg0: State<Arc<AppState>>, headers: HeaderMap, __arg2: Path<String>, ) -> Result<impl IntoResponse, ApiError>
DELETE /v1/admin/memories/{id}: forget a memory from the console.