Description
Delete server-specific alert configurations.
Note: This method will delete all custom threshold levels for the metric data type
provided in the field parameter.
Parameters
| Name | Description |
|---|---|
| server_name | Location: path Type: string The name of the server that you would like to create or update server specific alert threshold information on. |
| field | Location: query Type: string The name of the metric data type that you are removing alert thresholds for. To retrieve field names, use the corresponding GET method for alert configurations. |
Responses
| Status | Description |
|---|---|
| Successful |
Code: 200 Body:
{
"message": "Delete successfully"
}
|