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

---

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