Deleting Alert Maintenance Window
You can delete the alert maintenance window by maintenanceId using the following API.
Request URL
Header
Header key - Authorization
Header value - Bearer {{access_token}} (Navigate to Settings > Access token > Show access token in the SixthSence portal.)
Request
Parameters | Description |
---|---|
maintenanceId | maintenanceId of the alert maintenance window to be deleted. |
Response
{
"data": {},
"message": "string",
"success": true
}
Example:
{
"message": "Alert maintenance deleted successfully.",
"success": true
}