---
title: "Remove favorite"
method: DELETE
path: "/v2/users/{userId}/favorites/{favoriteId}"
tags: ["Users"]
---

# Remove favorite

`DELETE /v2/users/{userId}/favorites/{favoriteId}`

Remove a favorite item for a user.

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/user-management-api.md) · [All operations](https://skmtc.net/spotnana/apis/user-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/user-management-api/revisions/72a5366b0bb3/schema)
