---
title: "Delete Version"
method: DELETE
path: "/api/v1/apps/{app_id}/versions/{version_id}"
tags: ["apps"]
---

# Delete Version

`DELETE /api/v1/apps/{app_id}/versions/{version_id}`

Delete a single draft version (row + S3 folder). Live version is protected.

## Path parameters

- `app_id` string, uuid, required
- `version_id` string, uuid, required

## Response `200`

Successful Response

- AppRead
  - `id` string, uuid, required
  - `company_id` string, uuid, required
  - `user_id` string, uuid, required
  - `name` string, required
  - `description` string, required
  - `status` string, required
  - `bundle_url` string, nullable, required
  - `bundle_css` string, nullable, required
  - `bundle_imports` string[], nullable, required
  - `error_message` string, nullable, required
  - `current_version_id` string, uuid, nullable, required
  - `embed_inputs` object[], nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `bindings` BindingRead[]
    - `id` string, uuid, required
    - `entity_id` string, uuid, required
    - `mode` string, required
  - `is_favorite` boolean

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-28** `eed6fb164abd` — 1 breaking, 1 warning
  - removed the required property `chat_id` from the response with the `200` status
  - removed the optional property `draft_version_id` from the response with the `200` status
- **2026-08-21** `8de9cb14f744` — 1 info
  - added the optional property `embed_inputs` to the response with the `200` status

[Change history](https://skmtc.dev/netter/apis/dmi-backend/changes/api/v1/apps/:app_id/versions/:version_id/delete.md)

---

[API](https://skmtc.dev/netter/apis/dmi-backend.md) · [All operations](https://skmtc.dev/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netter/dmi-backend/revisions/eed6fb164abd/schema)
