cURL
curl --request POST \ --url https://api.example.com/api/alarm/rule/remove \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ 123 ] } '
{}
The response is of type object.
object