DELETE CSR Generation Pending ID

The DELETE /CSRGeneration/Pending/{id} method is used to delete a certificate signing requestClosed 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 endpointClosed An endpoint is a URL that enables the API to gain access to resources on a server. returns 204 with no content upon success.

Tip:  The following permissions (see Security Overview) are required to use this feature:

CertificateEnrollment: PendingCsr

Table 300: DELETE CSR Generation Pending {id} Input Parameters

Name In Description
id Path

Required. The ID of the certificate signing request for the CSRClosed 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. that should be deleted.

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.