delete_certificate
Remove an unwanted certificate from pfSense by supplying its ID. Use dry_run to verify, then set confirm to True to execute the irreversible deletion.
Instructions
Delete a certificate by ID. WARNING: This is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to True to execute. Safety gate for destructive operations. | |
| dry_run | No | If True, preview the operation without executing. | |
| certificate_id | Yes | Certificate ID (array index from search_certificates) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||