SSL
cPanel Account SSL Management
Remove SSL for domain
This function removes SSL from a domain.
Note:
This function removes domains from the current certificate to end SSL coverage for those domains. To delete certificates from SSL storage, use the UAPI function SSL::delete_cert instead.
Important:
When you disable the Calendars and Contacts, Receive Mail, Web Disk, Webmail, and Web Server roles, the system disables this function.
get/SSL/delete_ssl
Query parameters
domainstring domain required
Example:example.com
The domain name.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "delete_ssl",
"module": "SSL",
"result": {
"messages": [
"The SSL host was successfully removed."
],
"status": 1
}
}