Illumio MCP Server

delete-iplist

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" }