Delete a savings plan execution

Prerequisites

 ✓   Create a savings plan
Details

Before you can delete a savings plan, you must create one. See "Create a savings plan" for details.


   Deleting a savings plan

To delete a savings plan, make the following request:

DELETE /savings_plans/{savings_plan_id}

INFO

Deleting a savings plan will automatically delete any executions that can be cancelled. Executions that can no longer be cancelled will execute as normal, but no new executions will be created afterwards.


   Delete a savings plan execution

If you delete a savings plan execution, all outstanding executions will be cancelled and no new executions will be created.

To delete a savings plan execution, make the following request:

DELETE /savings_plans/{savings_plan_id}/executions/{savings_plan_execution_id}

Was this page helpful?