A JSON list of the ID or IDs of the Synthetic tests that you want to delete.

Hierarchy

  • SyntheticsDeleteTestsPayload

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
forceDeleteDependencies?: boolean

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

publicIds?: string[]

An array of Synthetic test IDs you want to delete.

Generated using TypeDoc