---
title: "Uninstall App"
method: DELETE
path: "/apps/{app_id}/uninstall"
tags: ["apps"]
---

# Uninstall App

`DELETE /apps/{app_id}/uninstall`

Uninstall an app on an endpoint

## Path parameters

- `app_id` string, required — App ID to uninstall

## Query parameters

- `endpointId` integer — Endpoint ID to uninstall app on,if not set, uninstall on the local endpoint
- `purge_data` boolean, required — Whether to purge data when uninstalling the app

## Response `204`

App uninstalled successfully

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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