deb2e8b751e7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-106771,7565.2 MB
synthetics

Delete monitors

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 for more information.

Delete multiple monitors by sending a list of config IDs.

post/api/synthetics/monitors/_bulk_delete

Request body

idsstring[] required

An array of monitor IDs to delete.

Response

A successful response.

deletedboolean

If it is true, the monitor was successfully deleted If it is false, the monitor was not deleted.

idsstring

The unique identifier of the deleted monitor.