v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Synthetics

Delete tests

Delete multiple Synthetic tests by ID.

post/api/v1/synthetics/tests/delete

Request body

force_delete_dependenciesboolean

Delete the Synthetic test even if it's referenced by other resources (for example, SLOs and composite monitors).

public_idsstring[]

An array of Synthetic test IDs you want to delete.

Example request

{
  "public_ids": []
}

Response

OK.