---
title: "Delete an app."
method: DELETE
path: "/apps/{app}"
tags: ["Apps"]
---

# Delete an app.

`DELETE /apps/{app}`

Delete an app.

## Path parameters

- `app` string, required

## Response `200`

Apps successfully deleted.

## Other responses

- `404` — App does not exist.
- `default` — Unexpected error

## Changes

- **2016-12-09** `3269d023cdc9` — 1 info
  - added the non-success response with the status `404`
- **2016-11-22** `c659857541b0` — 1 info
  - endpoint added
- **2016-10-14** `c0f4fbb1ba30` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/iron-io/apis/ironfunctions/changes/apps/:app/delete.md)

---

[API](https://skmtc.dev/iron-io/apis/ironfunctions.md) · [All operations](https://skmtc.dev/iron-io/apis/ironfunctions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iron-io/ironfunctions/revisions/53fd9cdd70fc/schema)
