---
title: "Delete a specific site by id"
method: DELETE
path: "/sites/{site_id}"
tags: ["Sites"]
---

# Delete a specific site by id

`DELETE /sites/{site_id}`

Delete an existing site identified by its ID.

Foreign-key cascade drops child cyclers and their channels
(sites -> cyclers -> channels).

## Path parameters

- `site_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
