DELETE Certificate Store Types ID
The DELETE /CertificateStoreTypes/{id} method is used to delete an existing certificate store type 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.
Table 413: DELETE Certificate Store Types {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path |
Required. The ID of the certificate store type to delete. Use the GET /CertificateStoreTypes method (see GET Certificate Store Types) to retrieve a list of all the certificate store types to determine the certificate store type ID. |


