Request
Path Parameters
uuidstringrequired
The unique identifier of the incident to delete
Example:"inci_123"
Response
Returns an empty response with status code 204 on successful deletion.
Deletes an incident by its UUID.
This action is irreversible. The incident and all its updates will be permanently deleted.
Returns an empty response with status code 204 on successful deletion.
curl -X DELETE https://api.hyperping.io/v3/incidents/inci_123 \
-H "Authorization: Bearer ${API_TOKEN}"(empty response body)