API status

Delete a savings plan execution

Prerequisites

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}

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}