v4

latestOpenAPI 3.0.22026-08-02109239415.7 KB
mini-apps

Delete a mini-app preview entry

Deletes a mini-app preview entry by its preview id. Called by the mini-apps preview teardown pipeline when a preview deploy is torn down. Returns 404 when the preview id does not exist.

delete/mini-apps/publish-preview/{preview_id}

Path parameters

preview_idstring required

Unique identifier of the preview entry to delete.

Response

Mini-app preview deleted successfully

preview_idstring required

Unique identifier of the deleted preview entry.

Example response

{
  "preview_id": "preview_id"
}