Delete a Mute Rule¶
post /api/v1/monitor/mute/{mute_uuid}/delete
Overview¶
Delete a mute rule according to mute_uuid
.
Routing Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
mute_uuid | string | Y | mute rule UUID |
Supplementary Description of Parameters¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/monitor/mute/None/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw 'null' \
--compressed \
--insecure