DigitalOcean-public.v2-new_Uptime
Delete a Check
To delete an Uptime check, send a DELETE request to /v2/uptime/checks/$CHECK_ID. A 204 status code with no body will be returned in response to a successful request.
Deleting a check will also delete alerts associated with the check.
delete/v2/uptime/checks/{check_id}
Path parameters
check_idstring uuid required
A unique identifier for a check.
Response
The action was successful and the response body is empty.