Description
This function deletes an FTP account.
Warning:
We strongly recommend that you use the following UAPI function instead of this function:
-
Ftp::delete_ftp
— This function deletes an FTP account.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameters |
Type |
Description |
Possible values |
Example |
user |
string |
Required The FTP account's username. |
Any valid username. |
user |
destroy |
boolean |
Required Whether to delete the FTP directory of the account. |
|
1 |
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 |