Delete an incident
Permanently deletes an incident. Only works with incidents on custom services your company owns.
DELETE https://isdown.app/api/v2/incidents/:id
Path parameters
Parameter
Type
Required
Description
id
integer
Yes
The incident ID
Example request
curl -X DELETE https://api.isdown.app/api/v2/incidents/55001 \
-H "Authorization: Bearer YOUR_API_KEY"Notes
Deleting an incident updates the service status on any linked status pages
This action cannot be undone
Last updated