:doc:`Athena <../../athena>` / Client / delete_notebook

***************
delete_notebook
***************



.. py:method:: Athena.Client.delete_notebook(**kwargs)

  

  Deletes the specified notebook.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/athena-2017-05-18/DeleteNotebook>`_  


  **Request Syntax**
  ::

    response = client.delete_notebook(
        NotebookId='string'
    )
    
  :type NotebookId: string
  :param NotebookId: **[REQUIRED]** 

    The ID of the notebook to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Athena.Client.exceptions.InternalServerException`

  
  *   :py:class:`Athena.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Athena.Client.exceptions.TooManyRequestsException`

  