API Guide
Example
Input:
Output:
{
"@odata.context": "/api/$metadata#NetworkConfigurationService.QosType/
$entity",
"@odata.id": "/api/NetworkConfigurationService/QosTypes(1)",
"Id": 1,
"Name": "Platinum"
}
/api/NetworkConfigurationService/Actions/
NetworkConfigurationService.RemoveNetworks
POST method for NetworkConfigurationService.RemoveNetworks
This method deletes the specified networks from the system.
Description Deletes the specified networks.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
204
Example
Input:
{
"NetworkIds": [42214,42314]
}
Output:
Configure 167