---
title: "Delete monitor"
method: DELETE
path: "/api/v1/monitors/{id}"
tags: ["Monitors"]
---

# Delete monitor

`DELETE /api/v1/monitors/{id}`

Delete a monitor by ID.

## Path parameters

- `id` string, required

## Response `204`

Monitor deleted.

## Other responses

- `401` — Authentication is required.
- `404` — The requested resource was not found.
- `500` — An unexpected error occurred.

---

[API](https://skmtc.net/thehog/apis/the-hog-api.md) · [All operations](https://skmtc.net/thehog/apis/the-hog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thehog/the-hog-api/revisions/f5056017668a/schema)
