Skip to main content
DELETE
/
plans
/
{id}
Delete Plan
curl --request DELETE \
  --url https://api.whop.com/api/v1/plans/{id} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

The app API key from an app from the /dashboard/developer page

Path Parameters

id
string
required
Example:

"plan_xxxxxxxxxxxxx"

Response

boolean | null

A successful response

Represents true or false values.