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 March 17, 2024, 7:25 p.m.