deleteStream

abstract suspend fun deleteStream(client: PlatformClient): Result<Unit, Error>

Deletes the stream concurrency record for a PlatformClient instance if successful.

Return

Result.Success with com.quickplay.vstb7.platform.model.NoDataResponse containing response status in com.quickplay.vstb7.platform.model.ResponseHeader object if the Stream Concurrency Microservice call is successful or Result.Failure with Error object otherwise.

Parameters

client