Illumio MCP Server

delete-iplist

Remove an IP List from the Illumio PCE by specifying its href or name, ensuring accurate and efficient network security policy management.

Instructions

Delete an IP List from the PCE

Input Schema

NameRequiredDescriptionDefault
hrefNoHref of the IP List to delete
nameNoName of the IP List to delete (alternative to href)

Input Schema (JSON Schema)

{ "oneOf": [ { "required": [ "href" ] }, { "required": [ "name" ] } ], "properties": { "href": { "description": "Href of the IP List to delete", "type": "string" }, "name": { "description": "Name of the IP List to delete (alternative to href)", "type": "string" } }, "type": "object" }
ID: xhqzxlo9iy