DELETE Certificate Stores
The DELETE /CertificateStores method is used to delete multiple certificate stores in one request. The certificate store GUIDs should be supplied in the request body as a JSON array of strings. 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. GUIDs of any certificate stores that could not be deleted are returned in the response body. Delete operations will continue until the entire array of GUIDs has been processed.
Permissions for certificate stores can be set at the system-wide level or with fine-grained control at the certificate store container level. See Container Permissions for more information about the differences between system-wide and more targeted permissions.
Table 418: DELETE Certificate Stores Input Parameters
Name | In | Description |
---|---|---|
IDs | Body | Required. An array of strings indicating Keyfactor Command certificate store GUIDs for certificate stores that should be deleted in the form: [52fe526d-9914-4239-b74b-b47d0607cf7c,8ec160d9-3242-4eb4-956b-a7651af6c542] Use the GET /CertificateStores method (see GET Certificate Stores) to retrieve a list of all the certificate stores to determine the certificate store GUIDs. |



Was this page helpful? Provide Feedback