Deleting Alert Maintenance Window

You can delete the alert maintenance window by maintenanceId using the following API.

Request URL

POST https://http-collector-observability.sixthsense.rakuten.com/api-externalization/api/v1/maintenance/{id}

Header

Header key - Authorization

Header value - Bearer {{access_token}} (Navigate to Settings > Access token > Show access token in the SixthSence portal.)

Request

ParametersDescription
maintenanceIdmaintenanceId of the alert maintenance window to be deleted.

Response

{
"data": {},
"message": "string",
"success": true
}

Example:

{
"message": "Alert maintenance deleted successfully.",
"success": true
}