AWS SDK for .NET Documentation
DeleteHealthCheck Method (deleteHealthCheckRequest)
AmazonAmazon.Route53AmazonRoute53ClientDeleteHealthCheck(DeleteHealthCheckRequest) Did this page help you?   Yes   No    Tell us about it...

This action deletes a health check. To delete a health check, send a DELETE request to the 2013-04-01/healthcheck/health check ID resource.

IMPORTANT: You can delete a health check only if there are no resource record sets associated with this health check. If resource record sets are associated with this health check, you must disassociate them before you can delete your health check. If you try to delete a health check that is associated with resource record sets, Route 53 will deny your request with a HealthCheckInUse error. For information about disassociating the records from your health check, see ChangeResourceRecordSets.

Declaration Syntax
C#
public DeleteHealthCheckResponse DeleteHealthCheck(
	DeleteHealthCheckRequest deleteHealthCheckRequest
)
Parameters
deleteHealthCheckRequest (DeleteHealthCheckRequest)
Container for the necessary parameters to execute the DeleteHealthCheck service method on AmazonRoute53.
Return Value
The response from the DeleteHealthCheck service method, as returned by AmazonRoute53.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)