delete https://{hostname}/network-list/v2/network-lists/
Removes a network list. You can only remove network lists that never activated. To deactivate a list, you can empty out its list
of elements.
Responses
Removes a network list. You can only remove network lists that never activated. To deactivate a list, you can empty out its list
of elements.
xxxxxxxxxx
curl --request DELETE \
--url https://hostname/network-list/v2/network-lists/networkListId \
--header 'accept: application/json'
xxxxxxxxxx
{
"status": 200,
"uniqueId": "33501_TESTLIST",
"syncPoint": 4
}