Description
This function deletes a Certificate Signing Request (CSR).
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 CSR's ID. |
A valid string. |
|
friendly_name |
string |
The CSR's friendly name. |
A valid string. |
TestCSR |
Returns
Return |
Type |
Description |
Possible values |
Example |
created |
string |
The CSR's creation date. |
A date in Unix time format. |
1365714527 |
domains |
string |
The domains that the CSR covers. |
A valid domain or domains. |
example.com |
commonName |
string |
The CSR's common name. |
A valid string. |
example.com |
modulus |
string |
The CSR's modulus. |
A valid string. |
|
id |
string |
The CSR's ID. |
A valid string. |
example_com_e095f_0ab2f_ebcbe4a571276f48562241411556647f |
friendly_name |
string |
The CSR's friendly name. |
A valid string. |
TestCSR |