---
title: "Archive an Attribute"
method: DELETE
path: "/attributes/{attribute_id}"
tags: ["Attributes"]
---

# Archive an Attribute

`DELETE /attributes/{attribute_id}`

Archive Attribute by ID

## Path parameters

- `attribute_id` integer, required

## Response `204`

Successfully archived Attribute

## Other responses

- `401` — Invalid credentials
- `403` — You do not have permission to archive the specified Attribute.
- `404` — Attribute not found
- `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)
