Delete Queued Savings Plan
savingsplans_delete_queued_savings_plan | R Documentation |
Deletes the queued purchase for the specified Savings Plan¶
Description¶
Deletes the queued purchase for the specified Savings Plan.
Usage¶
savingsplans_delete_queued_savings_plan(savingsPlanId)
Arguments¶
savingsPlanId |
[required] The ID of the Savings Plan. |
Value¶
An empty list.
Request syntax¶
svc$delete_queued_savings_plan(
savingsPlanId = "string"
)