deactivateAcmeAccount is a command that Deactivates \ Deletes an acme external account
| Name | Type | Description | Notes |
|---|---|---|---|
| acme_account_id | str | The acme account id to deactivate | |
| cert_issuer_name | str | The name of the PKI certificate issuer | |
| delete_account | bool | Delete the account | [optional] |
| json | bool | Set output format to JSON | [optional] [default to False] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |