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. Delete operations will continue until the entire array of IDs has been processed. 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 401: DELETE CSR Generation Pending Input Parameters
Name | In | Description |
---|---|---|
ids | Body | Required. An array of integers indicating the 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. |


