Description
This function deletes an addon domain and its subdomain.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
domain |
string |
Required The addon domain name. |
The addon domain's name. |
addondomain.com |
subdomain |
string |
Required The addon domain name and main domain to which the subdomain correspond. |
The addon domain's username, an underscore (_), and the addon domain's main domain. |
addondomain_example.com |
Returns
Return |
Type |
Description |
Possible values |
Example |
reason |
string |
A reason for failure. Note: This function only returns a reason value if there was an error. |
A string that describes the error. |
This is an error message. |
result |
boolean |
Whether the function succeeded. |
|
1 |