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 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 425: 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. |



Was this page helpful? Provide Feedback