---
title: "Remove an existing MIRO app"
method: DELETE
path: "/apps/{app_id}"
tags: ["apps"]
---

# Remove an existing MIRO app

`DELETE /apps/{app_id}`

Remove an existing MIRO app (requires write permissions on namespace).

## Path parameters

- `app_id` string, required — The ID of the app to delete.

## Query parameters

- `delete_data` boolean — Whether to delete all scenario data of this app.

## Response `200`

App successfully deleted

- unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — An app with this ID does not exist
- `422` — Validation Error
- `500` — Internal Server Error

## Changes

- **2022-12-22** `5366dfd18e83` — 1 breaking
  - response property `detail/items/loc/items/` list-of-types was widened by adding types `integer` to media type `application/json` of response `422`
- **2021-12-08** `dae88d8eb1ce` — 1 info
  - endpoint added
- **2021-12-08** `ea0ae3dcf969` — 1 breaking
  - api path removed without deprecation
- **2021-11-22** `f1a3e6959567` — 1 warning
  - for the `path` request parameter `app_id`, the maxLength was set to `60`

[Change history](https://skmtc.dev/gams-dev/apis/miro-server-api/changes/apps/:app_id/delete.md)

---

[API](https://skmtc.dev/gams-dev/apis/miro-server-api.md) · [All operations](https://skmtc.dev/gams-dev/apis/miro-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gams-dev/miro-server-api/revisions/5366dfd18e83/schema)
