Description
This function removes a remote host's authorization.
Warning:
We strongly recommend that you use the following Guide to UAPI function instead of this function:
Mysql::delete_host
— This function removes a remote MySQL® host's access to the account's databases.
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 |
host |
string |
Required The remote hostname. |
A valid hostname. |
remote.exampl |
Returns
Return |
Type |
Description |
Possible values |
Example |
reason |
string |
A reason for failure. Note: This function only returns a reasonvalue if it failed. |
A string that describes the error. |
This is an error message. |
result |
boolean |
Whether the function succeeded. |
|
1 |