deleteIntegration
Deletes an integration. Returns the resulting status.
Samples
// The following example deletes the integration identified by its id. DeleteIntegration is idempotent
// and returns an empty response. Payloads are shown as JSON on the wire they are CBOR encoded.
val resp = cloudWatchOmniClient.deleteIntegration {
identifier = IntegrationIdentifier.IntegrationId("a1b2c3d4-5e6f-4a3b-8c9d-0e1f2a3b4c5d")
}Content copied to clipboard