Skip to content

Delete Endpoint

s3outposts_delete_endpoint R Documentation

Deletes an endpoint

Description

Deletes an endpoint.

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

Related actions include:

  • create_endpoint

  • list_endpoints

Usage

s3outposts_delete_endpoint(EndpointId, OutpostId)

Arguments

EndpointId

[required] The ID of the endpoint.

OutpostId

[required] The ID of the Outposts.

Value

An empty list.

Request syntax

svc$delete_endpoint(
  EndpointId = "string",
  OutpostId = "string"
)