Deletes an endpoint.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | DeleteResolverEndpoint |
The operation that you want to perform. Set the value to DeleteResolverEndpoint. |
| Lang | String | No | en |
The language. |
| EndpointId | String | Yes | hra0** |
The ID of the endpoint. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| RequestId | String | 35134B4A-CEC0-43C8-AAD4-BA54AE3268B5 |
The ID of the request. |
Examples
Sample request
http(s)://pvtz.aliyuncs.com/?Action=DeleteResolverEndpoint
&Lang=en
&EndpointId=hra0**
&<Common request parameters>
Sample success responses
XML format
HTTP/1.1 200 OK
Content-Type:application/xml
<RequestId>35134B4A-CEC0-43C8-AAD4-BA54AE3268B5</RequestId>
JSON format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "35134B4A-CEC0-43C8-AAD4-BA54AE3268B5"
}
Error codes
For a list of error codes, visit the API Error Center.