Request
Path Parameters
outage_uuidstringrequired
The unique identifier of the outage
Example:"outage_abc123"
Response
Returns a confirmation message when successful.
Removes an acknowledgment from an outage. Only the user who acknowledged can remove it.
Returns a confirmation message when successful.
curl -X POST https://api.hyperping.io/v2/outages/outage_abc123/unacknowledge \
-H "Authorization: Bearer ${API_TOKEN}"{
"message": "Acknowledgment removed"
}