curl --location --request DELETE 'https://dash.ryzehosting.com/api/v2//server/ddos/port-rules/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483",
"rule_id": 10,
"ip": "185.1.2.3"
}'{
"response": "Port rule deleted successfully",
"state": "success",
"code": 200,
"data": {
"uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483",
"rules_by_ip": {}
}
}