This function disables AutoSSL for a specific domain on an account.
Warning:
This function replaces the list of any previously-excluded domains. To add a domain to the list of the user's excluded domains, use the add_autossl_user_excluded_domains
function.
HTTP Request was successful.
object |
whmapi1 --output=jsonpretty \ set_autossl_user_excluded_domains \ username='example'
{- "metadata": {
- "command": "set_autossl_user_excluded_domains",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}