OpenAPI 3.0.22026-08-13115250435.7 KB

e7f5f98d7fdb

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"
}