---
title: "Delete a host"
method: DELETE
path: "/api/hosts/{id}"
tags: ["Scoped API - Hosts"]
---

# Delete a host

`DELETE /api/hosts/{id}`

Delete a specific host and all related data (cascade). Requires Basic Auth with scoped credentials (host:delete permission).

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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