---
title: "Delete a Streamlit app"
method: DELETE
path: "/streamlit-apps/{streamlitAppId}"
tags: ["Streamlit apps"]
---

# Delete a Streamlit app

`DELETE /streamlit-apps/{streamlitAppId}`

Stops serving the file and frees its port. The project machine is restarted in the background to drop the running app, which takes a few minutes; until it comes back the app may still answer requests.

## Path parameters

- `streamlitAppId` string, uuid, required — Streamlit app identifier.

## Response `204`

Streamlit app deleted

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — Insufficient permissions
- `404` — Streamlit app not found
- `409` — Project is suspended
- `429` — Rate limit exceeded
- `500` — Internal server error

## Changes

- **2026-08-28** `20c4153a90e7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/deepnote/apis/deepnote-public-api/changes/streamlit-apps/:streamlitAppId/delete.md)

---

[API](https://skmtc.dev/deepnote/apis/deepnote-public-api.md) · [All operations](https://skmtc.dev/deepnote/apis/deepnote-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepnote/deepnote-public-api/revisions/20c4153a90e7/schema)
