Method: PureCloud::ResponseManagementApi#delete_libraries_library_id

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

#delete_libraries_library_id(library_id, opts = {}) ⇒ nil

Delete an existing response library. This will remove any responses associated with the library.

Parameters:

  • library_id

    Library ID

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

    the optional parameters

Returns:

  • (nil)


32
33
34
35
# File 'lib/purecloud/api/response_management_api.rb', line 32

def delete_libraries_library_id(library_id, opts = {})
  delete_libraries_library_id_with_http_info(library_id, opts)
  return nil
end