---
title: "Delete App Route"
method: DELETE
path: "/ee/apps"
tags: ["Enterprise"]
---

# Delete App Route

`DELETE /ee/apps`

Destroy the Neon project and metadata associated with *app_name*.

Only the owner of the application (identified via *auth.user_id*) may
perform this destructive action.

## Query parameters

- `app_name` string, required — Name of the application to delete

## Headers

- `authorization` string

## Response `200`

Successful Response

- NukeAppResponse
  - `app_name` string, required
  - `status` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/morphik-org/apis/fastapi.md) · [All operations](https://skmtc.dev/morphik-org/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morphik-org/fastapi/revisions/9ade02dd7b1d/schema)
