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

## Changes

- **2026-08-11** `a01100378e59` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/whop/apis/whop-api/changes/apps/:id/delete.md)

---

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