---
title: "Delete Site"
method: DELETE
path: "/entities/site/{site_id}"
tags: ["3. Sites"]
---

# Delete Site

`DELETE /entities/site/{site_id}`

Delete an existing site by its UUID.

The site will only be deleted if it has no associated assets or other objects. Returns a confirmation message upon successful deletion.

## Path parameters

- `site_id` string, uuid, required

## Response `204`

Site successfully deleted

## Other responses

- `400` — Site cannot be deleted due to associated objects
- `404` — Site not found or not authorized to access
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/axle/apis/axle-api-docs.md) · [All operations](https://skmtc.dev/axle/apis/axle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axle/axle-api-docs/revisions/75be7f9a952f/schema)
