POST
/v1/private/alerts/deleteDelete alert batchDelete multiple alerts by their IDs
Request body
application/json
objectBatchDelete
idsarray of string · uuidrequiredShow child attributes
{
"ids": [
"00000000-0000-0000-0000-000000000000"
]
}Responses
objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}