Skip to main content
DELETE
Delete
🔑 Requires the maintenance_window.destroy scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

id
string
required

Unique identifier of the maintenance window

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

Query Parameters

force
boolean
default:false

Archives the window even if it is active. This ends the window immediately. Its resolve_on_end and reroute_on_end actions do not run, so the alerts it is holding stay as they are. To run those actions, use Update to set end_at, then delete the window once it has ended.

Example:

true

Response

No Content response.