kotlin-stdlib / kotlin.coroutines / CoroutineContext / minusKey minusKey Common JVM JS Native 1.0 abstract fun minusKey ( key : Key < * > ) : CoroutineContext (source) Returns a context containing elements from this context, but without an element with the specified key .