latestOpenAPI 3.1.02026-08-153864115.7 MB

c301132dbfd7

Plans

Delete Plan

Permanently delete a plan from a product. Existing memberships on this plan will not be affected.

delete/plans/{id}

Response

plan deleted

deletedboolean required

Always true.

idstring required

ID of the deleted plan.

Example response

{
  "deleted": true,
  "id": "plan_xxxxxxxxxxxxxx"
}