Delete a health check
This endpoint allows you to delete a health check.
Endpoint
DELETE /healthcheck/v1/healthchecks/{uuid}
Parameters
| Name | Location | Required | Type | Default value | Description |
|---|---|---|---|---|---|
uuid | URL | Yes | string | The health check uuid |
Response
A success message
Example Request
DELETE /healthcheck/v1/healthchecks/38ebd5bb-6a16-44e2-be31-90e1e0250b73
Example Response
{
"message": "OK"
}