---
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

## Changes

- **2025-04-30** `96130e8314f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/epilot/apis/app-api/changes/v1/app-configurations/:appId/versions/:version/delete.md)

---

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