cancelPlan

open suspend override fun cancelPlan(planId: UUID): Plan

Cancels a plan by its ID.

Return

The canceled Plan object.

Parameters

planId

The UUID of the plan.