ise_openapi_repo_delete
Delete a specific repository from Cisco ISE using its name. This destructive operation requires explicit confirmation and enables cleanup or removal of unwanted repositories from the deployment.
Instructions
[DESTRUCTIVE] [Repository] Delete a specific repository (DELETE /api/v1/repository/{name})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Path parameter 'name'. | |
| 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. |