---
title: "Deletes an app"
method: DELETE
path: "/apps/{id}"
tags: ["apps"]
---

# Deletes an app

`DELETE /apps/{id}`

Deletes the application with the specified application ID.

## Path parameters

- `id` string, required

## Response `204`

App deleted

## Other responses

- `401` — Authentication failed
- `404` — App not found
- `422` — Invalid request
- `500` — Internal server error

---

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