{
"os_id": "string",
"ct_user_id": 0,
"rule_uuid": "string"
}
curl --location --request POST '/api/alarm_rule/delete/' \
--header 'Content-Type: application/json' \
--data-raw '{
"os_id": "string",
"ct_user_id": 0,
"rule_uuid": "string"
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
"string"
]
}