JavaScript
Plans
Delete plan
Permanently delete a plan from a product. Existing memberships on this plan will not be affected.
Required permissions:
plan:delete
DELETE
JavaScript
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The unique identifier of the plan to delete.
Example:
"plan_xxxxxxxxxxxxx"
Response
A successful response
Represents true or false values.

