---
title: "Delete an idea vote"
method: DELETE
path: "/ideas/{idea_id}/endorsements/{id}"
tags: ["Idea votes"]
---

# Delete an idea vote

`DELETE /ideas/{idea_id}/endorsements/{id}`

"Idea votes" in the web interface are referenced as "idea endorsements" from API endpoints.

## Path parameters

- `idea_id` string, required
- `id` string, required

## Response `204`

No content - operation successful

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/revisions/6274be5aa6c5/schema)
