---
title: "Delete worksite"
method: DELETE
path: "/worksites/{id}"
tags: ["Worksites"]
---

# Delete worksite

`DELETE /worksites/{id}`

Delete a worksite (soft delete - sets invalidated_at timestamp)

## Response `204`

Worksite deleted successfully

## Other responses

- `403` — Permission denied
- `404` — Worksite not found

---

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