---
title: "Delete Config Version"
method: DELETE
path: "/components/{component_id}/configs/{version}"
tags: ["Components"]
---

# Delete Config Version

`DELETE /components/{component_id}/configs/{version}`

Delete a specific draft config version. Cannot delete published or current configs.

## Path parameters

- `component_id` string, required — Component ID
- `version` integer, required — Version number

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.net/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agno/agno-api-reference/revisions/5f6149d395d0/schema)
