
#################
unregisterService
#################

.. js:function:: wvc.unregisterService

   .. rst-class:: sig-pretty-signature
   
      | unregisterService(**serviceName**\ : :js:data:`ServiceName <wvc.ServiceName>`\ ): *void*
   
   Unregisters a service from the service registry. If the service does not exist, an error is thrown.
   
   **Parameters**
   
   
      **serviceName**\ : :js:data:`ServiceName <wvc.ServiceName>`
   
   
         The name of the service to unregister.
   
   
   
   **Returns**\ : *void*
   




