:doc:`Schemas <../../schemas>` / Client / delete_discoverer

*****************
delete_discoverer
*****************



.. py:method:: Schemas.Client.delete_discoverer(**kwargs)

  

  Deletes a discoverer.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/DeleteDiscoverer>`_  


  **Request Syntax**
  ::

    response = client.delete_discoverer(
        DiscovererId='string'
    )
    
  :type DiscovererId: string
  :param DiscovererId: **[REQUIRED]** 

    The ID of the discoverer.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Schemas.Client.exceptions.BadRequestException`

  
  *   :py:class:`Schemas.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`Schemas.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`Schemas.Client.exceptions.ForbiddenException`

  
  *   :py:class:`Schemas.Client.exceptions.NotFoundException`

  
  *   :py:class:`Schemas.Client.exceptions.ServiceUnavailableException`

  