ise_mnt_session_delete_by_mac
Delete an active session record from Cisco ISE by providing its MAC address, permanently removing the session from the monitoring system. Useful for clearing stale or erroneous session entries.
Instructions
[DESTRUCTIVE] [Sessions] Delete session record by MAC address (DELETE /admin/API/mnt/Session/Delete/MACAddress/{mac}). Returns raw XML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mac | Yes | Path parameter 'mac'. | |
| confirm | No | Required for this DESTRUCTIVE operation: must be true to execute. The server additionally requires an operator to enable destructive tools (CISCO_ISE_MCP_ALLOW_DESTRUCTIVE=1); without it the call is refused regardless. | |
| deployment | No | Target ISE deployment: name ('RADIUS Only'), slug ('radius-only'), or number ('1' or 'Deployment 1'). Omit to use the only/default deployment. Call ise_list_deployments to see the choices. |