Skip to content

Delete Endpoint

comprehend_delete_endpoint R Documentation

Deletes a model-specific endpoint for a previously-trained custom model

Description

Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted. For information about endpoints, see Managing endpoints.

Usage

comprehend_delete_endpoint(EndpointArn)

Arguments

EndpointArn

[required] The Amazon Resource Number (ARN) of the endpoint being deleted.

Value

An empty list.

Request syntax

svc$delete_endpoint(
  EndpointArn = "string"
)