Plans
Delete a plan
This endpoint deletes a specific plan. Note that this plan could be associated with active subscriptions.
DELETE
/
plans
/
{code}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
code
string
requiredThe code of the plan. It serves as a unique identifier associated with a particular plan. The code is typically used for internal or system-level identification purposes, like assigning a subscription, for instance.
Response
200 - application/json
plan
object
requiredWas this page helpful?