Skip to main content
Permanently deletes a feature from the project. The feature is also automatically removed from all pricing plans that include it.
Deleting a feature removes it from all plans in the project. This cannot be undone.

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.
featureId
number
required
The feature’s unique ID.

Response

success
boolean
true if the feature was successfully deleted.

Example

Errors