DELETE CSR Generation Pending ID
DELETE CSR Generation Pending ID
The DELETE /CSRGeneration/Pending/{id} method is used to delete a certificate signing request A CSR or certificate signing request is a block of encoded text that is submitted to a CA when enrolling for a certificate. When you generate a CSR within Keyfactor Command, the matching private key for it is stored in Keyfactor Command in encrypted format and will be married with the certificate once returned from the CA. with the defined ID that has not yet been enrolled. This endpoint
An endpoint is a URL that enables the API to gain access to resources on a server. returns 204 with no content upon success.
Table 300: DELETE CSR Generation Pending {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path |
Required. The ID of the certificate signing request for the CSR Use the GET /CSRGeneration/Pending method (see GET CSR Generation Pending) to retrieve a list of all the pending CSRs to determine the CSR IDs. |