---
title: "Delete an idea"
method: DELETE
path: "/ideas/{id}"
tags: ["Ideas"]
---

# Delete an idea

`DELETE /ideas/{id}`

When creating an idea where the creator is an idea user we strongly suggest
to provide the `submitted_idea_portal_id` attribute to the idea
to ensure that the idea is created in the correct ideas portal and the user
gets access to the portal.

If you don't want the idea to be submitted to any portal, you can skip this
by setting `skip_portal: true` in the request body.

## Path parameters

- `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/bfbe6f6d74a1/schema)
