DELETE/v1/maintenance-windows/{maintenance_uuid}

Delete a maintenance window

Deletes a maintenance window from a project.

⚠️Warning

This action is irreversible. The maintenance window will be permanently deleted.

Request

Path Parameters
uuidstringrequired
The unique identifier of the maintenance window to delete
Example:"mw_ot0dguXcrUnB2b"

Response

Returns a success message on successful deletion.

RequestcURL
curl -X DELETE https://api.hyperping.io/v1/maintenance-windows/mw_ot0dguXcrUnB2b \
  -H "Authorization: Bearer ${API_TOKEN}"
200 OKJSON
{
  "message": "Ok"
}