---
title: "Delete an Application"
method: DELETE
path: "/orgs/{orgId}/apps/{appId}"
tags: ["public", "Application"]
---

# Delete an Application

`DELETE /orgs/{orgId}/apps/{appId}`

Deleting an Application will also delete everything associated with it. This includes Environments, Deployment history on those Environments, and any shared values and secrets associated.

_Deletions are currently irreversible._

## Path parameters

- `orgId` string, required
- `appId` string, required

## Response `202`

Application deletion is in progress.

## Other responses

- `204` — Application Successfully deleted.
- `401` — The Authorization header was not present or invalid.
- `404` — No Application with `id` in Organization.

---

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