deleteIngestConfiguration
abstract suspend fun deleteIngestConfiguration(input: DeleteIngestConfigurationRequest): 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
.