---
title: "Delete a monitor group"
method: DELETE
path: "/monitor-groups/{id}"
tags: ["Monitor Groups"]
---

# Delete a monitor group

`DELETE /monitor-groups/{id}`

Delete a monitor group. Monitors in the deleted group will be moved to the specified group or to the default group (ID: 0).

## Path parameters

- `id` number, required

## Query parameters

- `monitorsNewGroupId` number

## Response `204`

Monitor group deleted successfully

## Other responses

- `400` — Cannot delete default group or invalid new group
- `401` — Unauthorized - invalid or missing authentication
- `403` — Forbidden - no write permission or monitor-groups feature not available
- `404` — Monitor group not found

---

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