remove Or Null
suspend fun removeOrNull(id: String, common: CommonOptions = CommonOptions.Default, durability: Durability = Durability.none(), cas: Long = 0): MutationResult?
Content copied to clipboard
Like remove, but returns null instead of throwing DocumentNotFoundException if the document was not found.