Remove feature from favorites
DELETE/api/admin/projects/:projectId/features/:featureName/favorites
This endpoint removes the feature in the url from favorites
Request
Responses
- 200
- 401
- 404
This response has no body.
Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
The requested resource was not found.