---
title: "Delete landing page"
method: DELETE
path: "/landing-pages/{landingPageId}"
tags: ["Landing Pages"]
---

# Delete landing page

`DELETE /landing-pages/{landingPageId}`

Deletes a landing page.

## Path parameters

- `landingPageId` string, required

## Response `200`

Landing page deleted

- object
  - `success` boolean
  - `landingPageId` string
  - `message` string

## Other responses

- `400` — Published landing pages must be unpublished before deletion
- `401` — Unauthorized
- `404` — Landing page not found

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/versions/af1cf9620482/schema)
