ise_openapi_cert_trusted_delete
Delete a trusted certificate from Cisco ISE using its ID. Destructive operation requires explicit confirmation and enabled destructive-tools support.
Instructions
[DESTRUCTIVE] [Certificates] Delete a trusted certificate based on a given ID (DELETE /api/v1/certs/trusted-certificate/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter 'id'. | |
| 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. |