deleteStream

abstract suspend fun deleteStream(deviceId: String): Result<Unit, Error>

Deletes the stream concurrency record for a deviceId 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

deviceId

The unique identifier of the device.