DELETE Certificate Store Types
The DELETE /CertificateStoreTypes method is used to delete multiple certificate store types in one request. IDs of any certificate store types that could not be deleted are returned in the response body. Delete operations will continue until the entire array of IDs has been processed. 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 455: DELETE Certificate Store Types Input Parameters
Name | In | Description |
---|---|---|
ids | Body | Required. An array of integers indicating the Keyfactor Command certificate store type IDs for certificate store types that should be deleted in the form (without parameter name): [106,108,109] 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 IDs. |



Was this page helpful? Provide Feedback