[
{
"id": 0
}
]
curl --location --request DELETE 'http://172.16.1.44:9800/monitor/alert/messages' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0
}
]'
{
"resultcode": "string",
"message": "string"
}