Memberships
Terminate a Membership
Terminates a specific Membership, using its unique ID. It will immediately invalidate the Membership, and the User will/should have their Product’s Experiences unfulfilled. Termination is irreversible, so a User will have to re-purchase if they wish to continue their access.
POST
Headers
Your API key, which can be found on the Whop Business Dashboard. You must prepend your key with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The ID of the Membership, which will look like mem_*************
Query Parameters
Whether or not to expand the User, Plan, Product, or Promo Code on the returned Membership(s). Pass an array with each object(s) you want to expand, e.g. [product, plan, user, promo_code]
Available options:
product
, user
, plan
, promo_code
Response
201 - application/json
Terminate a Membership
Membership model