---
title: "Delete a page."
method: DELETE
path: "/authoring/v1/sites/{site-id}/pages/{page-id}"
tags: ["Authoring sites"]
---

# Delete a page.

`DELETE /authoring/v1/sites/{site-id}/pages/{page-id}`

Deletes the page specified by `page-id` and all descendant pages in the site specified by `site-id`.
By default the page and descendant pages associated content is not deleted, set 'delete-content' query parameter to 'true' to delete the page and descendant pages associated content.
<br />User roles: admin, manager, editor

## Path parameters

- `site-id` string, uuid, required
- `page-id` string, uuid, required

## Query parameters

- `delete-content` boolean

## Response `204`

Page successfully deleted.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `429` — Too Many Requests
- `default` — Unexpected error

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/revisions/677305266d89/schema)
