---
title: "unfavoriteDashboard"
method: DELETE
path: "/v1/dashboard/dashboards/{id}/favorite"
tags: ["Dashboards"]
---

# unfavoriteDashboard

`DELETE /v1/dashboard/dashboards/{id}/favorite`

Removes the current user's favorite for the dashboard. Idempotent — unfavoriting a
dashboard that was not favorited is not an error, and neither is unfavoriting one that no
longer exists or is no longer shared with you. Requires no access to the dashboard, so that
a stale favorite always remains removable.

## Response `204`

The dashboard is no longer favorited by the current user

---

[API](https://skmtc.net/epilot/apis/dashboard-api.md) · [All operations](https://skmtc.net/epilot/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/dashboard-api/versions/59651f8bc5ff/schema)
