---
title: "Delete Maintenance"
method: POST
path: "/maintenance/delete"
tags: ["Maintenance"]
---

# Delete Maintenance

`POST /maintenance/delete`

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

## Headers

- `x-api-id` string, required
- `x-api-key` string, required

## Request body

- object
  - `statuspage_id` string, required — ID of the status page
  - `maintenance_id` string, required — ID of the maintenance event

## Response `200`

OK

- object
  - `result` boolean
  - `status` object
    - `error` string
    - `message` string

---

[API](https://skmtc.net/status/apis/status-io-api-v2.md) · [All operations](https://skmtc.net/status/apis/status-io-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/status/status-io-api-v2/revisions/6054bf6d1a84/schema)
