Restore AutoSSL registration

This function resets the AutoSSL registration with a remote AutoSSL provider.

SecurityBasicAuth
Request
query Parameters
provider
required
string

The AutoSSL provider's name.

Example: provider=cPanel
x_*
string

Additional parameters which you wish to pass to the AutoSSL provider.

Note:

These additional parameters begin with the x_ prefix. For example, the Let's Encrypt provider accepts the x_terms_of_service_accepted parameter, to which you would pass the URL of the terms of service that you accept.

Example: x_*=(varies)
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
get/reset_autossl_provider
Request samples
whmapi1 --output=jsonpretty \
  reset_autossl_provider \
  provider='cPanel'
Response samples
application/json
{
  • "metadata": {
    • "command": "reset_autossl_provider",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}