Skip to main content
Removes a feature from a pricing plan. The feature itself is not deleted — it is only unassigned from the plan.

Endpoint

Authentication

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

Path Parameters

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

Query Parameters

number
required
The ID of the feature to remove from the plan.

Response

boolean
true if the feature was successfully removed from the plan.

Example

This only removes the feature from the plan. The feature still exists in the project and can be assigned to other plans.

Errors