Access-Id: ********************Access-Secret: ********************{
"ports": [
0,
1,
2,
3
]
}curl --location --request DELETE 'http://10.10.0.26:8080/api/network/port_speed_limit' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ports": [
0,
1,
2,
3
]
}'{
"code": 200,
"msg": "success",
"time": 1767077398141,
"data": null
}