Skip to main content
DELETE
Delete Machine Maintenance Window

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
maintenance_id
integer

ID of the maintenance record to cancel.

Example:

42

Response

{success: true, msg: "Maintenance cancelled"} when the record was successfully cancelled.

success
boolean

true when the record was cancelled

msg
string

Human-readable result message