Skip to main content
POST
/
api
/
alarm
/
rule
/
remove
删除告警规则
curl --request POST \
  --url https://api.example.com/api/alarm/rule/remove \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    123
  ]
}
'
{}

Headers

Authentication
string
default:{{token_1}}
required

Body

application/json
ids
integer[]
required

Response

200 - application/json

The response is of type object.