---
title: "Remove Favorite"
method: DELETE
path: "/teacher-favorites/{favorite_id}"
tags: ["teacher_favorites"]
---

# Remove Favorite

`DELETE /teacher-favorites/{favorite_id}`

Remove a favorite and decrement the target's `likes_count`.

## Path parameters

- `favorite_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/05e048df94c6?raw)
