---
title: "Delete Favorite"
method: DELETE
path: "/v0/project/favorites/{id}"
tags: ["Projects"]
---

# Delete Favorite

`DELETE /v0/project/favorites/{id}`

Deletes a specific favorite project.

## Path parameters

- `id` integer, required — The ID of the favorite to delete

## Response `200`

Favorite deleted successfully

- unknown

## Other responses

- `404` — Favorite not found
- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
