galileo_sdk.sdk.stations.StationsSdk.remove_member_from_station

StationsSdk.remove_member_from_station(station_id, user_id)[source]

Remove a member from a station

Parameters
  • station_id – str

  • userid – List[str]: the id of the user you want to remove

Returns

boolean

Example:
>>> station_id = "my-station-id"
>>> user_id = "user-id-1"
>>> galileo.stations.remove_member_from_station(station_id, user_id)