Early bird discounts live! Claim your offer

plan.deleted

Plan row hard-deleted.

This is the final event you will receive for the given plan_id.

When this fires

The plan is hard-deleted from the project. Active subscriptions on the plan continue to honor their existing term.

Required ability

project-subscription-plan:view-any — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "plan.deleted",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "plan": {
      "id": "pln_01HX..."
    }
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways plan.deleted for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring ULIDProject this event belongs to.
data.plan.idstring ULIDPlan that was deleted.

Caveats

  • Reads of the plan after this event return 404. Existing subscriptions continue to reference the plan id internally.
  • PSP catalog rows are tombstoned but not necessarily deleted at the provider — use the dashboard for a manual cleanup if required.

How is this guide?

On this page

MemberPass is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request