latestOpenAPI 3.1.02026-08-173864115.8 MB

20731269b0c4

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"
}