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.

Changes

No recorded changes to this endpoint across all 106 revisions of this API.