Skip to main content

Remove feature from favorites

DELETE <your-unleash-url>/api/admin/projects/:projectId/features/:featureName/favorites

Authorization

name: Authorizationtype: apiKeyin: header

This endpoint removes the feature in the url from favorites

Request

Path Parameters

  • projectId string required
  • featureName string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: header

Request

Base URL
<your-unleash-url>
apiKey
projectId — path required
featureName — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/features/:featureName/favorites' \
-H 'Authorization: <API_KEY_VALUE>'