Request
Path Parameters
healthcheck_uuidstringrequired
The UUID of the healthcheck to delete
Response
Returns a confirmation message.
Deletes a healthcheck and all associated logs.
Returns a confirmation message.
curl -X DELETE https://api.hyperping.io/v2/healthchecks/tok_abc123def456 \
-H "Authorization: Bearer ${API_TOKEN}"{
"message": "Healthcheck deleted"
}