---
title: "Delete a feature"
method: DELETE
path: "/features/{id}"
tags: ["Features"]
---

# Delete a feature

`DELETE /features/{id}`

Features belong to releases.
This means that if you want to
[create one](/api/resources/features/create_a_feature) then
you must scope it to a release.

You can return a result set which is unfiltered, or filter by
[release](/api/resources/features/list_features_in_a_release)
, [product](/api/resources/features/list_features_in_a_product)
, or [epic](/api/resources/features/list_features_in_an_epic).
All these means of listing features can be further filtered by specific criteria like name, modification date, tag, or assignee.

Once you have the id of a specific feature, you can
[inspect](/api/resources/features/get_a_specific_feature),
[modify](/api/resources/features/update_a_feature),
or
[delete](/api/resources/features/delete_a_feature)
them on the root features resource.

## 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)
