---
title: "Delete Application"
method: DELETE
path: "/apps/{appId}"
tags: ["Applications"]
---

# Delete Application

`DELETE /apps/{appId}`

Marks the application for deletion and enqueues cleanup of all associated resources. Returns immediately; deletion is processed asynchronously.

## Path parameters

- `appId` string, required

## Response `200`

Application deletion has been accepted and is being processed asynchronously.

## Other responses

- `401` — User is unauthorized.
- `403` — User has invalid card or suspended.
- `404` — Application not found.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
