---
title: "Unpublish a mini-app preview entry"
method: POST
path: "/mini-apps/unpublish-preview/{preview_id}"
tags: ["mini-apps"]
---

# Unpublish a mini-app preview entry

`POST /mini-apps/unpublish-preview/{preview_id}`

Deletes a mini-app preview entry by its preview id. Repeated requests succeed when the entry is already absent, so preview teardown can retry safely.

## Path parameters

- `preview_id` string, required — Unique, URL-safe preview identifier composed by the deploy pipeline.

## Response `200`

Mini-app preview unpublished successfully

- UnpublishMiniAppPreviewResponse — Confirmation of an unpublished mini-app preview entry.
  - `preview_id` string, required — Unique, URL-safe preview identifier composed by the deploy pipeline.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-08-08** `bd40f367a834` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0/changes/mini-apps/unpublish-preview/:preview_id/post.md)

---

[API](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.dev/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ideogram/ideogram-openapi-3-0/revisions/3eb3216eed39/schema)
