Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_endpoint

delete_endpoint(**kwargs)

Deletes an endpoint.

Note

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

Related actions include:

See also: AWS API Documentation

Request Syntax

response = client.delete_endpoint(
    EndpointId='string',
    OutpostId='string'
)
Parameters
  • EndpointId (string) --

    [REQUIRED]

    The ID of the endpoint.

  • OutpostId (string) --

    [REQUIRED]

    The ID of the Outposts.

Returns

None

Exceptions

  • S3Outposts.Client.exceptions.InternalServerException
  • S3Outposts.Client.exceptions.AccessDeniedException
  • S3Outposts.Client.exceptions.ResourceNotFoundException
  • S3Outposts.Client.exceptions.ValidationException
  • S3Outposts.Client.exceptions.ThrottlingException