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

# Remove an existing MIRO app

`DELETE /apps/{app_id}`

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

---

[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/8040d163caad/schema)
