

# DeleteAcmeEndpoint
<a name="API_DeleteAcmeEndpoint"></a>

Deletes an ACME endpoint. After deletion, the endpoint URL is no longer accessible and ACME clients cannot issue certificates through it. Any existing external account bindings and domain validations associated with the endpoint are also deleted.

## Request Syntax
<a name="API_DeleteAcmeEndpoint_RequestSyntax"></a>

```
{
   "AcmeEndpointArn": "{{string}}"
}
```

## Request Parameters
<a name="API_DeleteAcmeEndpoint_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

**Note**  
In the following list, the required parameters are described first.

 ** [AcmeEndpointArn](#API_DeleteAcmeEndpoint_RequestSyntax) **   <a name="ACM-DeleteAcmeEndpoint-request-AcmeEndpointArn"></a>
The Amazon Resource Name (ARN) of the ACME endpoint to delete.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 200.  
Pattern: `arn:aws[a-z-]*:acm:[a-z0-9-]+:[0-9]{12}:acme-endpoint/[a-zA-Z0-9-]+`   
Required: Yes

## Response Elements
<a name="API_DeleteAcmeEndpoint_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors
<a name="API_DeleteAcmeEndpoint_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
You do not have access required to perform this action.  
HTTP Status Code: 400

 ** ConflictException **   
You are trying to update a resource or configuration that is already being created or updated. Wait for the previous operation to finish and try again.  
HTTP Status Code: 400

 ** InternalServerException **   
The request processing has failed because of an unknown error, exception, or failure.  
HTTP Status Code: 500

 ** ThrottlingException **   
The request was denied because it exceeded a quota.    
 ** throttlingReasons **   
One or more reasons why the request was throttled.
HTTP Status Code: 400

 ** ValidationException **   
The supplied input failed to satisfy constraints of an Amazon service.  
HTTP Status Code: 400

## See Also
<a name="API_DeleteAcmeEndpoint_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon Command Line Interface V2](https://docs.amazonaws.cn/goto/cli2/acm-2015-12-08/DeleteAcmeEndpoint) 
+  [Amazon SDK for .NET V4](https://docs.amazonaws.cn/goto/DotNetSDKV4/acm-2015-12-08/DeleteAcmeEndpoint) 
+  [Amazon SDK for C\+\+](https://docs.amazonaws.cn/goto/SdkForCpp/acm-2015-12-08/DeleteAcmeEndpoint) 
+  [Amazon SDK for Go v2](https://docs.amazonaws.cn/goto/SdkForGoV2/acm-2015-12-08/DeleteAcmeEndpoint) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/acm-2015-12-08/DeleteAcmeEndpoint) 
+  [Amazon SDK for JavaScript V3](https://docs.amazonaws.cn/goto/SdkForJavaScriptV3/acm-2015-12-08/DeleteAcmeEndpoint) 
+  [Amazon SDK for Kotlin](https://docs.amazonaws.cn/goto/SdkForKotlin/acm-2015-12-08/DeleteAcmeEndpoint) 
+  [Amazon SDK for PHP V3](https://docs.amazonaws.cn/goto/SdkForPHPV3/acm-2015-12-08/DeleteAcmeEndpoint) 
+  [Amazon SDK for Python](https://docs.amazonaws.cn/goto/boto3/acm-2015-12-08/DeleteAcmeEndpoint) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/acm-2015-12-08/DeleteAcmeEndpoint) 