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

# Delete monitor

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

Stops one account monitor, then removes its stored events in bounded batches. Poll statusUrl until the monitor returns 404.

## Path parameters

- `id` string, required

## Response `202`

Monitor deletion started

- object
  - `deletionStatus` 'deleting', required
  - `statusUrl` string, required — Poll this monitor URL until it returns 404.
  - `success` true, required

## Other responses

- `400` — Invalid input
- `401` — Unauthenticated
- `404` — Not found
- `429` — Xquik tier rate limit exceeded. The response includes a `Retry-After` header with the number of seconds to wait before retrying.
- `default` — Unexpected error.

---

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