Method: PureCloud::IdentityProviderApi#delete_cic

Defined in:
lib/purecloud/api/identity_provider_api.rb

#delete_cic(opts = {}) ⇒ nil

Delete Customer Interaction Center (CIC) Identity Provider

Parameters:

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:

  • (nil)


85
86
87
88
# File 'lib/purecloud/api/identity_provider_api.rb', line 85

def delete_cic(opts = {})
  delete_cic_with_http_info(opts)
  return nil
end