:doc:`Outposts <../../outposts>` / Client / delete_site

***********
delete_site
***********



.. py:method:: Outposts.Client.delete_site(**kwargs)

  

  Deletes the specified site.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteSite>`_  


  **Request Syntax**
  ::

    response = client.delete_site(
        SiteId='string'
    )
    
  :type SiteId: string
  :param SiteId: **[REQUIRED]** 

    The ID or the Amazon Resource Name (ARN) of the site.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Outposts.Client.exceptions.ValidationException`

  
  *   :py:class:`Outposts.Client.exceptions.ConflictException`

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

  
  *   :py:class:`Outposts.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Outposts.Client.exceptions.InternalServerException`

  