DELETE Certificate Store Containers ID
The DELETE /CertificateStoreContainers/{id} method is used to delete the certificate store container with the specified ID. 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 for more information about global vs container permissions.
Table 408: DELETE Certificate Store Containers {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path |
Required. A string containing the ID of the certificate store container to delete. Use the GET /CertificateStoreContainers method (see GET Certificate Store Containers) to retrieve a list of all the certificate store containers to determine the certificate store container ID. |


