---
title: "deleteVersion"
method: DELETE
path: "/v1/app-configurations/{appId}/versions/{version}"
tags: ["App Configuration"]
---

# deleteVersion

`DELETE /v1/app-configurations/{appId}/versions/{version}`

Delete a specific version of an app configuration

## Path parameters

- `appId` string, required
- `version` string, required

## Response `204`

Version deleted successfully

## Other responses

- `400` — Cannot delete the only remaining version
- `404` — Version not found
- `409` — Version is in use by installations

---

[API](https://skmtc.net/epilot/apis/app-api.md) · [All operations](https://skmtc.net/epilot/apis/app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/app-api/revisions/03b93188c6d4/schema)
