galileo_sdk.sdk.stations.StationsSdk.leave_station

StationsSdk.leave_station(station_id)[source]

Leave a station as a member

Parameters

station_id – str

Returns

boolean

Example:
>>> station_id = "current-station-id"
>>> galileo.stations.leave_station(station_id)