---
title: "Delete Page"
method: DELETE
path: "/pages/{id}"
tags: ["Page"]
---

# Delete Page

`DELETE /pages/{id}`

Delete a page by ID. Works for both internal and external (SDK) pages.

The page's show page steps are destroyed first (removing the funnel step slot entirely), then the page itself (including its SDK registration for external pages).

## Path parameters

- `id` string, required

## Response `204`

No Content — page successfully deleted.

## Other responses

- `401` — Unauthorized
- `404` — Not Found — the page does not exist or belongs to a different workspace.
- `422` — Unprocessable Entity — the page could not be deleted.

---

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