delete_plan: Delete a plan

delete_planR Documentation

Delete a plan

Description

Removes the plan with the provided plan_id from your Stripe account. If successful a message will be displayed with the plan_id of the plan that was removed

Usage

delete_plan(plan_id)

Arguments

plan_id

The id of the plan to be removed

Examples

# Remove plan with plan_id testPlan
delete_plan("testPlan")

MrDAndersen/stRipe documentation built on June 9, 2025, 8:37 a.m.