Skip to main content
Permanently deletes a pricing plan from the project.
This action is irreversible. The plan and all its feature associations will be permanently removed.

Endpoint

Authentication

Authorization
string
required
Bearer token with your API key. Requires read_write permission.

Path Parameters

slug
string
required
The project’s URL-friendly slug identifier.
planId
number
required
The plan’s unique ID.

Response

success
boolean
true if the plan was successfully deleted.

Example

Errors