Example #1
0
def delete_poi_test(id):
    store = DataStore()
    store.remove_poi(id)
    return "Deleted"