v1
latestOpenAPI 3.1.02026-08-06360288.3 KBIncidents
Delete Incident
Delete an existing incident.
post/incident/delete
Headers
x-api-idstring required
x-api-keystring required
Request body
Example request
{
"statuspage_id": "52e5e0e0893548543700000b",
"incident_id": "52e5ebd1e32578623900000c"
}Response
OK
Example response
{
"result": true,
"status": {
"error": "no",
"message": "Successfully deleted incident"
}
}