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

# Delete a monitor

`DELETE /monitors/{monitor_id}`

## Path parameters

- `monitor_id` string, required

## Response `200`

Monitor deleted

- MonitorsDeleteMonitorResponse
  - `id` string, required
  - `deleted` boolean, required

## Other responses

- `401` — Unauthorized
- `404` — Not found

## Changes

> 26 revisions in range; 11 could not be searched.

- **2026-08-08** `182f532c2552` — 2 warning
  - added the new `WEBSITE_BLOCKED` enum value to the `error_code` response property for the response status `401`
  - added the new `WEBSITE_BLOCKED` enum value to the `error_code` response property for the response status `404`
- **2026-08-07** `3c6a01ba967f` — 2 warning
  - added the new `COLD_DOMAIN_TIMEOUT_TOO_LOW` enum value to the `error_code` response property for the response status `401`
  - added the new `COLD_DOMAIN_TIMEOUT_TOO_LOW` enum value to the `error_code` response property for the response status `404`
- **2026-08-06** `fc8ac2f5f021` — 8 warning
  - added the new `CONTENT_TOO_LARGE` enum value to the `error_code` response property for the response status `401`
  - added the new `CONTENT_TOO_LARGE` enum value to the `error_code` response property for the response status `404`
  - added the new `PDF_IMAGES_ONLY` enum value to the `error_code` response property for the response status `401`
  - added the new `PDF_IMAGES_ONLY` enum value to the `error_code` response property for the response status `404`
  - …4 more
- …earlier changes not shown

[Full history](https://skmtc.dev/context/apis/context-dev/changes/monitors/:monitor_id/delete.md)

---

[API](https://skmtc.dev/context/apis/context-dev.md) · [All operations](https://skmtc.dev/context/apis/context-dev/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/context/context-dev/revisions/1febe5476266/schema)
