galileo_sdk.sdk.stations.StationsSdk.delete_station_role

StationsSdk.delete_station_role(station_id, role_id)[source]

Deletes an existing role. All users that have this role will automatically be given the Launcher role.

Parameters
  • role_id – str

  • station_id – str

Returns

boolean

Example:
>>> station_id = "my-station-id"
>>> role_id = "my-role-id"
>>> galileo.stations.delete_station_role(station_id, role_id)