---
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

- **2026-07-26** `35f1d8d4ea26` — 4 warning
  - added the new `MONITOR_NO_WEBHOOK` enum value to the `error_code` response property for the response status `401`
  - added the new `MONITOR_NO_WEBHOOK` enum value to the `error_code` response property for the response status `404`
  - added the new `PAID_PLAN_REQUIRED` enum value to the `error_code` response property for the response status `401`
  - added the new `PAID_PLAN_REQUIRED` enum value to the `error_code` response property for the response status `404`
- **2026-07-21** `3764d9c86493` — 18 warning
  - added the new `COLLECTION_PAUSED` enum value to the `error_code` response property for the response status `401`
  - added the new `COLLECTION_PAUSED` enum value to the `error_code` response property for the response status `404`
  - added the new `DISPOSABLE_EMAIL_DETECTED` enum value to the `error_code` response property for the response status `401`
  - added the new `DISPOSABLE_EMAIL_DETECTED` enum value to the `error_code` response property for the response status `404`
  - …14 more
- **2026-07-09** `de91b92d5fb7` — 1 info
  - endpoint added

[Change 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/35f1d8d4ea26/schema)
