removeEnv

abstract suspend fun removeEnv(type: EnvType, id: String): Boolean(source)

删除一个环境变量。

Return

找不到环境变量返回 false,删除成功返回 true。

Throws