removeExternalIssues

suspend fun removeExternalIssues(path: Path = AbsolutePath.MATCH_ALL, code: String? = null)(source)
suspend fun removeExternalIssues(path: String, code: String? = null)(source)

Removes all external issues currently added to the form manager with paths matching path. If a code is provided, only the issues with the provided code are removed.

Throws

If path matches no schema paths.