:doc:`Glue <../../glue>` / Client / delete_crawler

**************
delete_crawler
**************



.. py:method:: Glue.Client.delete_crawler(**kwargs)

  

  Removes a specified crawler from the Glue Data Catalog, unless the crawler state is ``RUNNING``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteCrawler>`_  


  **Request Syntax**
  ::

    response = client.delete_crawler(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the crawler to remove.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`Glue.Client.exceptions.CrawlerRunningException`

  
  *   :py:class:`Glue.Client.exceptions.SchedulerTransitioningException`

  
  *   :py:class:`Glue.Client.exceptions.OperationTimeoutException`

  