ise_openapi_cert_system_delete
Delete a system certificate from Cisco ISE by hostname and certificate ID. Requires explicit confirmation as this is a destructive operation.
Instructions
[DESTRUCTIVE] [Certificates] Delete System Certificate by ID and hostname (DELETE /api/v1/certs/system-certificate/{hostName}/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter 'id'. | |
| data | No | JSON request body. | |
| 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. | |
| hostName | Yes | Path parameter 'hostName'. | |
| 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. |