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

# Delete a site and the site pages

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

Use this endpoint to delete a site and the pages in that site.
<br />User roles: admin, manager, editor

## Path parameters

- `site-id` string, uuid, required

## Response `204`

Site successfully deleted.

## Other responses

- `400` — Bad request
- `404` — Not found
- `409` — conflict
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `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)
