---
title: "Uninstall an application"
method: DELETE
path: "/inter-api/supos/app/uninstall/{name}"
tags: ["supos/app", "suposApp"]
---

# Uninstall an application

`DELETE /inter-api/supos/app/uninstall/{name}`

## Path parameters

- `name` string, required

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` UninstallAppResponse
    - `code` integer, required
    - `data` UninstallResult, required
      - `message` string
      - `name` string, required
      - `success` boolean, required
    - `message` string
  - `msg` string

---

[API](https://skmtc.net/freezonex/apis/untitled-api.md) · [All operations](https://skmtc.net/freezonex/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freezonex/untitled-api/revisions/1837fd35a283/schema)
