Skip to main content

Remove project from favorites

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

Authorization

name: Authorizationtype: apiKeyin: header

This endpoint removes the project in the url from favorites

Request

Path Parameters

  • projectId string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: header

Request

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