DELETE Exclude Certificates
The DELETE /Certificates/Exclude method is used to delete and exclude a group of certificates from Keyfactor Command that match the list of IDs provided in the body. Excluded Certificates are certificates which have been deleted from the database and excluded from all Keyfactor Command functionality. These certificates will be skipped during a CA A certificate authority (CA) is an entity that issues digital certificates. Within Keyfactor Command, a CA may be a Microsoft CA or a Keyfactor gateway to a cloud-based or remote CA. sync or import.
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 293: DELETE Certificates Input Parameters
Name | In | Description |
---|---|---|
ids | Body | Required. An array of integers containing the Keyfactor Command certificate IDs for certificates that should be deleted and excluded in the form: [123,789,567] Use the GET /Certificates method (see GET Certificates) to determine the certificate IDs. |
CollectionId | Query |
An integer specifying an optional certificate collection identifier to validate that the user executing the request has sufficient permissions to do so. If a certificate collection ID is not supplied, the user must have global permissions to complete the action. Supplying a certificate collection ID allows for a check of the user's certificate collection-level permissions to determine whether the user has sufficient permissions at a collection level to complete the action. See Certificate Collection Permissions for more information. |



Was this page helpful? Provide Feedback