---
title: "Delete an app and all of its rows"
method: DELETE
path: "/api/apps/{id}"
tags: ["Apps"]
---

# Delete an app and all of its rows

`DELETE /api/apps/{id}`

## Path parameters

- `id` string, required

## Response `200`

App deleted

- object
  - `ok` true, required

## Other responses

- `403` — Permission denied
- `404` — App not found

---

[API](https://skmtc.net/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.net/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/versions/0375890be8c4/schema)
