DELETE CSR Generation Pending

The DELETE /CSRGeneration/Pending method is used to delete multiple certificate signing requests that have not yet been enrolled in one request. The IDs should be supplied in the request body as a JSON array of integers. Delete operations will continue until the entire array of IDs has been processed. 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 305: DELETE CSR Generation Pending Input Parameters

Name In Description
ids Body Required. An array of Keyfactor Command certificate signing request IDs for CSRs that should be deleted in the form (without parameter name):
[8,14,27]

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.

Tip:  For code examples, see the Keyfactor API Endpoint Utility. To find the embedded web copy of this utility, click the help icon () at the top of the Keyfactor Command Management Portal page next to the Log Out button.