DELETE CSR Generation Pending
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 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 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. |
