deleteIngestConfiguration
inline suspend fun IvsRealTimeClient.deleteIngestConfiguration(crossinline block: DeleteIngestConfigurationRequest.Builder.() -> Unit): DeleteIngestConfigurationResponse
Deletes a specified IngestConfiguration, so it can no longer be used to broadcast. An IngestConfiguration cannot be deleted if the publisher is actively streaming to a stage, unless force
is set to true
.