Deletes a specific health check configuration.
DELETE https://api-<BlueCat.edge.url>/v1/api/healthChecks/{id}
Authorization: Bearer authorization token
Successful response
204 NO CONTENT
Possible error codes:
- BAD REQUEST - Invalid request or the ID is malformed
- FORBIDDEN - GSLB is not enabled
- NOT FOUND - The health check configuration with the specified ID can't be found
- INTERNAL SERVER ERROR - Unexpected error