deleteStreamingSession
inline suspend fun NimbleClient.deleteStreamingSession(crossinline block: DeleteStreamingSessionRequest.Builder.() -> Unit): DeleteStreamingSessionResponse
Deletes streaming session resource.
After invoking this operation, use GetStreamingSession to poll the resource until it transitions to a DELETED
state.
A streaming session will count against your streaming session quota until it is marked DELETED
.