---
title: "Delete an app."
method: DELETE
path: "/app/{app_id}"
tags: ["apps"]
---

# Delete an app.

`DELETE /app/{app_id}`

Delete the specified app from the team.
The app and all its associated resources will be removed.

Required RBAC Policy: kots/app/[:appid]/delete

## Path parameters

- `app_id` string, required

## Response `201`

On success

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/versions/6fcf9e54aba4/schema)
