---
title: "Delete application"
method: DELETE
path: "/api/v1/app/{appId}"
tags: ["Applications"]
---

# Delete application

`DELETE /api/v1/app/{appId}`

## Delete Application
Removes this Application from the StackHawk organization.

> ⚠️ Danger
> HawkScan scan results are grouped by application & environment. Deleting an application **also deletes all environments and scan results collected for that application**.
> StackHawk will delete scan results on demand. This action is permanent and cannot be undone.

> 🧾 Audited
> This is recorded as `APPLICATION_REMOVED` [User Activity](https://apidocs.stackhawk.com/reference/listauditactivity#user-activity-types).


> Requires `delete:application` permission.

## Path parameters

- `appId` string, uuid, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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