---
title: "Delete Monitor"
method: DELETE
path: "/monitors/{monitor_id}"
tags: ["Monitoring API"]
---

# Delete Monitor

`DELETE /monitors/{monitor_id}`

Deletes an active monitor. This action stops the API from monitoring new events for the target user profile and halts all future charges associated with this monitor.

## Path parameters

- `monitor_id` string, required

## Response `200`

Monitor successfully deleted

- object
  - `status` string

## Other responses

- `404` — Monitor not found
- `500` — API internal error

---

[API](https://skmtc.dev/socialdata-api/apis/socialdata-api-reference.md) · [All operations](https://skmtc.dev/socialdata-api/apis/socialdata-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/socialdata-api/socialdata-api-reference/revisions/a898522f71ac/schema)
