deleteOmniDashboard

Removes a dashboard from a space.

Samples

// The following example removes a dashboard from a space. Payloads are shown as JSON on the wire they
// are CBOR encoded.
val resp = cloudWatchOmniClient.deleteOmniDashboard {
    spaceId = "a1b2c3d4-5e6f-4a3b-8c9d-0e1f2a3b4c5d"
    dashboardId = "c3d4e5f6-7a8b-4c9d-8e0f-1a2b3c4d5e6f"
}