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

**************
delete_outpost
**************



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

  

  Deletes the specified Outpost.

  

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


  **Request Syntax**
  ::

    response = client.delete_outpost(
        OutpostId='string'
    )
    
  :type OutpostId: string
  :param OutpostId: **[REQUIRED]** 

    The ID or ARN of the Outpost.

    

  
  
  :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`

  