---
title: "uninstall"
method: DELETE
path: "/v1/app/{appId}"
tags: ["App Installation"]
---

# uninstall

`DELETE /v1/app/{appId}`

Uninstall an app by its ID.

## Path parameters

- `appId` string, required

## Response `204`

App deleted successfully.

## Other responses

- `404` — App not found.

## Changes

- **2025-04-30** `96130e8314f3` — 2 info
  - api operation id `uninstallApp` removed and replaced with `uninstall`
  - api tag `App Installation` added

[Change history](https://skmtc.dev/epilot/apis/app-api/changes/v1/app/:appId/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)
