Locations
Remove Locations
1
Removing all Locations
To remove all locations, use the client.removeLocation()
method.
2
Removing specific Locations
If you have added multiple locations and only want to remove one of them, you can remove it by using client.removeLocation()
and by passing in the exact location object you want to remove.
Was this page helpful?