:doc:`S3Outposts <../../s3outposts>` / Client / delete_endpoint

***************
delete_endpoint
***************



.. py:method:: S3Outposts.Client.delete_endpoint(**kwargs)

  

  Deletes an endpoint.

   

  .. note::

    

    It can take up to 5 minutes for this action to finish.

    

   

  

   

  Related actions include:

   

  
  * `CreateEndpoint <https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html>`__
   
  * `ListEndpoints <https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_ListEndpoints.html>`__
  

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/s3outposts-2017-07-25/DeleteEndpoint>`_  


  **Request Syntax**
  ::

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

    The ID of the endpoint.

    

  
  :type OutpostId: string
  :param OutpostId: **[REQUIRED]** 

    The ID of the Outposts.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`S3Outposts.Client.exceptions.InternalServerException`

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

  
  *   :py:class:`S3Outposts.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`S3Outposts.Client.exceptions.ValidationException`

  
  *   :py:class:`S3Outposts.Client.exceptions.ThrottlingException`

  
  *   :py:class:`S3Outposts.Client.exceptions.OutpostOfflineException`

  