Endpoint
Authentication
Bearer token with your API key. Requires
read_write permission.Path Parameters
The project’s URL-friendly slug identifier.
The plan’s unique ID.
Query Parameters
The ID of the feature to remove from the plan.
Response
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
| Status | Description |
|---|---|
400 | Missing featureId query parameter |
401 | Invalid or missing API key |
403 | API key does not have read_write permission |
404 | Project, plan, or feature assignment not found |
