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

# Delete feature

`DELETE /v1/features/{code}`

Delete an archived feature definition that is not in use.

## Path parameters

- `code` string, required

## Response `204`

Feature deleted.

## Other responses

- `400` — Feature is active or assigned to a product or customer.
- `404` — Feature not found.

---

[API](https://skmtc.dev/hyperline/apis/hyperline-api.md) · [All operations](https://skmtc.dev/hyperline/apis/hyperline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperline/hyperline-api/revisions/19fa5f22e39b/schema)
