Delete a network listCopy Pagedelete https://{hostname}/network-list/v2/network-lists/{networkListId}Path ParamsnetworkListIdstringrequiredHeadersacceptstringenumDefaults to application/jsonapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200A confirmation message that the network list has been removed. 400Incorrect client input. See the field errors provided in the response for more information. This error may also be returned in place of a 404 if a URL parameter was provided in an incorrect format. 403Forbidden. You don't have permission to perform that function on this network list. Check that your user has the required privileges. 404Incorrect URL. Check that the network list ID and other URL parameters are valid. 409A HTTP 409 response will be presented if the list is currently activated in staging or production. Active network lists cannot be deleted. Use the status APIs to determine if this list is active. 500We encountered an unexpected issue while processing your request. Please follow the advice provided in the message.Updated about 2 months ago