removeOrNull

suspend fun removeOrNull(id: String, common: CommonOptions = CommonOptions.Default, durability: Durability = Durability.none(), cas: Long = 0): MutationResult?

Like remove, but returns null instead of throwing DocumentNotFoundException if the document was not found.