ise_mnt_session_delete_by_id
Delete a session record from Cisco ISE using its Session ID. Requires confirmation to execute, as this is a destructive operation.
Instructions
[DESTRUCTIVE] [Sessions] Delete session record by Session ID (DELETE /admin/API/mnt/Session/Delete/SessionID/{sid}). Returns raw XML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sid | Yes | Path parameter 'sid'. | |
| 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. |