---
title: "Deletes a page"
method: DELETE
path: "/api/v2/pages/{id}"
tags: ["Pages"]
---

# Deletes a page

`DELETE /api/v2/pages/{id}`

Deletes a page together with all of its subpages. Template docs cannot be deleted (`409`).

## Path parameters

- `id` string, required

## Headers

- `X-Organization-Id` string, required

## Response `204`

No Content

## Other responses

- `409` — Conflict

## Changes

- **2026-08-31** `0e862879d77b` — 1 info
  - added the non-success response with the status `409`

[Change history](https://skmtc.dev/productive/apis/api-documentation/changes/api/v2/pages/:id/delete.md)

---

[API](https://skmtc.dev/productive/apis/api-documentation.md) · [All operations](https://skmtc.dev/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/0e862879d77b/schema)
