v1

latestOpenAPI 3.1.02026-08-06360288.3 KB
Maintenance

Delete Maintenance

Delete an existing maintenance. The maintenance will be deleted forever and cannot be recovered.

post/maintenance/delete

Headers

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

Request body

statuspage_idstring required

ID of the status page

maintenance_idstring required

ID of the maintenance event

Example request

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

Response

OK

resultboolean

Example response

{
  "result": true,
  "status": {
    "error": "no",
    "message": "OK"
  }
}