Mxpanel.People.unset
You're seeing just the function
unset
, go back to Mxpanel.People module for more information.
Specs
unset(Mxpanel.Client.t(), String.t(), [String.t()], Keyword.t()) :: :ok | {:error, term()}
Takes a list of property names, and permanently removes the properties and their values from a profile.
property_names = ["Address", "Birthday"]
Mxpanel.People.unset(client, "13793", property_names)