Description
This function removes a crontab entry.
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 |
line |
integer |
Required The line in the crontab file to remove. |
A positive integer. |
2 |
Returns
Return |
Type |
Description |
Possible values |
Example |
statusmsg |
string |
The crontab file's status. |
A valid string. |
crontab installed |
status |
Boolean |
The function call's status. |
|
1 |
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 |