Permanently deletes a feature from the project. The feature is also automatically removed from all pricing plans that include it.Documentation Index
Fetch the complete documentation index at: https://docs.cuprice.io/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
Bearer token with your API key. Requires
read_write permission.Path Parameters
The project’s URL-friendly slug identifier.
The feature’s unique ID.
Response
true if the feature was successfully deleted.Example
Errors
| Status | Description |
|---|---|
401 | Invalid or missing API key |
403 | API key does not have read_write permission |
404 | Project or feature not found |
