Deletes one or more health check templates.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteHealthCheckTemplates |
The operation that you want to perform. Set the value to DeleteHealthCheckTemplates. |
HealthCheckTemplateIds | Array of String | Yes | hct-bp1qjwo61pqz3ahltv**** |
The IDs of the health check templates that you want to delete. You can specify up to 10 IDs. |
ClientToken | String | No | 5A2CFF0E-5718-45B5-9D4D-70B3FF3898 |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. |
DryRun | Boolean | No | true |
Specifies whether to precheck the API request. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 365F4154-92F6-4AE4-92F8-7FF34B540710 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteHealthCheckTemplates
&HealthCheckTemplateIds=["hct-bp1qjwo61pqz3ahltv****"]
&ClientToken=5A2CFF0E-5718-45B5-9D4D-70B3FF3898
&DryRun=true
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteHealthCheckTemplatesResponse>
<RequestId>365F4154-92F6-4AE4-92F8-7FF34B540710</RequestId>
</DeleteHealthCheckTemplatesResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "365F4154-92F6-4AE4-92F8-7FF34B540710"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | IncorrectStatus.HealthCheckTemplate | The status of %s [%s] is incorrect. | The error message returned because the status of the specified resource %s [%s] is invalid. |
For a list of error codes, visit the API Error Center.