remove

abstract fun remove(name: String): Boolean(source)

Removes the repository with the given name.

Returns true if a repository with the specified name exists and has been successfully removed, false otherwise.

Since

7.6.1