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

# Delete a monitor

`DELETE /api/monitors/{id}`

Permanently delete a monitor and its check history.

## Response `200`

Monitor deleted

- object
  - `success` boolean, required
  - `message` string, required

## Other responses

- `401` — Authentication required or token invalid
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.net/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/versions/81782deccf0e/schema)
