//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.repository/GlossaryTermRepository/disassociate
disassociate
[jvm]
abstract suspend fun disassociate(sourceId: Int, targetId: Int)
Remove the association between two terms.
Parameters
jvm
| sourceId | Source term ID |
| targetId | Target term ID |