Request
Path Parameters
uuidstringrequired
The unique identifier of the maintenance window to delete
Example:"mw_ot0dguXcrUnB2b"
Response
Returns a success message on successful deletion.
Deletes a maintenance window from a project.
This action is irreversible. The maintenance window will be permanently deleted.
Returns a success message on successful deletion.
curl -X DELETE https://api.hyperping.io/v1/maintenance-windows/mw_ot0dguXcrUnB2b \
-H "Authorization: Bearer ${API_TOKEN}"{
"message": "Ok"
}