DELETE Certificate Stores ID
DELETE Certificate Stores ID
The DELETE /CertificateStores/{id} method is used to delete an existing certificate store with the specified GUID. 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.
Permissions for certificate stores can be set at either the global or certificate store container level. See Container Permissions in the Keyfactor Command Reference Guide for more information about global vs container permissions.
Table 256: DELETE Certificate Stores Input Parameters
Name | In | Description |
---|---|---|
id | Path | Required. A string indicating the GUID of the certificate store to delete. Use the GET /CertificateStores method (see GET Certificate Stores) to retrieve a list of all the certificate stores to determine the certificate store GUID. |