delete_acme_certificate
Delete an ACME certificate from pfSense by its ID. Irreversible, so use dry-run and confirmation to verify before permanent removal.
Instructions
Delete an ACME certificate entry 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 (from search_acme_certificates) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||