deleteMembershipPlan
Delete a membership plan permanently. Migrate members before deletion to prevent orphaned subscriptions.
Instructions
Delete a membership plan - Permanently delete a membershipplan record by ID. Destructive - cannot be undone via API.
Use when: retiring a plan that has no members (or all its members have been migrated). Members with matching subscription_id become orphaned - migrate them first via updateUser.
Required: subscription_id.
See also: updateMembershipPlan (modify without removing).
Destructive: confirm intent with the user before bulk use. No soft-delete via API - records removed are not recoverable.
Returns: { status: "success", message: "record was deleted" }. No body beyond the confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscription_id | Yes |