{
"host": {
"mac": "string",
"reserve": true,
"vlan_id": 0
}
}curl --location --request POST 'https://example.com:30888/hosts//remove-netif' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": {
"mac": "string",
"reserve": true,
"vlan_id": 0
}
}'{}