---
title: "Deletes an app"
method: DELETE
path: "/apps/{app-slug}"
tags: ["application"]
---

# Deletes an app

`DELETE /apps/{app-slug}`

Deletes an app by slug. Use with care, make sure you really want to delete the app. This action cannot be undone.

## Path parameters

- `app-slug` string, required

## Response `200`

OK

- V0AppDeleteRespModel
  - `msg` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/versions/89468e4a014b/schema)
