leaveScheme
Customer leave scheme by id
This function removes the customer with Id from the parameters, to the scheme with Id from the parameters.
func leaveScheme(schemeId: String, completion: @escaping (_ success: Bool, _ error: String?)->()) {
}
Updated over 2 years ago