Skip to main content
POST
/
api
/
alarm
/
remove
删除告警记录
curl --request POST \
  --url https://api.example.com/api/alarm/remove \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{}

Headers

Authentication
string
required

Body

application/json
id
string
required

Response

200 - application/json

The response is of type object.