v1

latestOpenAPI 3.1.02026-08-06360288.3 KB
Incidents

Delete Incident

Delete an existing incident.

post/incident/delete

Headers

x-api-idstring required
x-api-keystring required

Request body

statuspage_idstring required

ID of the status page

incident_idstring required

ID of the incident

Example request

{
  "statuspage_id": "52e5e0e0893548543700000b",
  "incident_id": "52e5ebd1e32578623900000c"
}

Response

OK

resultboolean

Example response

{
  "result": true,
  "status": {
    "error": "no",
    "message": "Successfully deleted incident"
  }
}