Description
This function deletes a private key.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
You must include one of the following parameters:
Parameter |
Type |
Description |
Possible values |
Example |
id |
string |
The private key's ID. |
A valid string. |
|
friendly_name |
string |
The private key's friendly name. |
A valid string. |
TestKey |
Returns
Return |
Type |
Description |
Possible values |
Example |
created |
string |
The private key's creation date. |
A date in Unix time format. |
1365715090 |
modulus |
string |
The private key's modulus. |
A valid string. |
|
modulus_length |
integer |
The modulus length, in bits. |
A valid string. |
2048 |
friendly_name |
string |
The private key's friendly name. |
A valid string. |
TestCSR |