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