v7

latestOpenAPI 3.0.22026-08-08114248430.1 KB
mini-apps

Unpublish a mini-app preview entry

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.

post/mini-apps/unpublish-preview/{preview_id}

Path parameters

preview_idstring required

Unique, URL-safe preview identifier composed by the deploy pipeline.

Unique identifier of the preview entry to delete.

Response

Mini-app preview unpublished successfully

preview_idstring required

Unique, URL-safe preview identifier composed by the deploy pipeline.

Example response

{
  "preview_id": "preview_id"
}