---
title: "Delete monitors"
method: POST
path: "/api/synthetics/monitors/_bulk_delete"
tags: ["synthetics"]
---

# Delete monitors

`POST /api/synthetics/monitors/_bulk_delete`

**Spaces method and path for this operation:**

<div><span class="operation-verb post">post</span>&nbsp;<span class="operation-path">/s/{space_id}/api/synthetics/monitors/_bulk_delete</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Delete multiple monitors by sending a list of config IDs.

## Request body

- object
  - `ids` string[], required — An array of monitor IDs to delete.

## Response `200`

A successful response.

- object[]
  - `deleted` boolean — If it is `true`, the monitor was successfully deleted If it is `false`, the monitor was not deleted.
  - `ids` string — The unique identifier of the deleted monitor.

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/revisions/531c9e2a7d23/schema)
