Remove project from favorites
DELETE/api/admin/projects/:projectId/favorites
This endpoint removes the project 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.