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 |
