---
title: "Delete App"
method: DELETE
path: "/apps/{id}"
tags: ["Apps"]
---

# Delete App

`DELETE /apps/{id}`

Deletes an app. The app stops resolving within seconds — a website's site stops serving, and any claimed subdomain is reserved for a month before it can be claimed again.

## Response `200`

app deleted

- object
  - `deleted` boolean, required — Always true.
  - `id` string, required — ID of the deleted app.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

---

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