---
title: "Archive a Feature"
method: DELETE
path: "/features/{feature_id}"
tags: ["Features"]
---

# Archive a Feature

`DELETE /features/{feature_id}`

Archive a Feature

## Path parameters

- `feature_id` integer, required

## Response `204`

Successfully archived the Feature

## Other responses

- `401` — Invalid credentials
- `403` — You do not have permission to archive this Feature
- `404` — Invalid Feature ID supplied
- `default` — Unexpected error

---

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