---
title: "Delete app"
method: DELETE
path: "/fastedge/v1/apps/{app_id}"
tags: ["Apps"]
---

# Delete app

`DELETE /fastedge/v1/apps/{app_id}`

Permanently delete an application and remove it from all edge networks.
This action cannot be undone. The associated binary is not deleted and can be reused.

## Path parameters

- `app_id` integer, required

## Response `204`

Application successfully deleted

## Other responses

- `400` — Bad request
- `404` — Not found
- `503` — Service unavailable

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
