deleteSpace
Removes a space and all of its resources.
Samples
// The following example removes a space and all of its resources. Payloads are shown as JSON on the
// wire they are CBOR encoded.
val resp = cloudWatchOmniClient.deleteSpace {
spaceId = "a1b2c3d4-5e6f-4a3b-8c9d-0e1f2a3b4c5d"
}Content copied to clipboard