Method: PureCloud::StationsApi#delete_station_id_associateduser
- Defined in:
- lib/purecloud/api/stations_api.rb
#delete_station_id_associateduser(station_id, opts = {}) ⇒ String
Unassigns the user assigned to this station
32 33 34 35 |
# File 'lib/purecloud/api/stations_api.rb', line 32 def delete_station_id_associateduser(station_id, opts = {}) data, status_code, headers = delete_station_id_associateduser_with_http_info(station_id, opts) return data end |