Delete a certificate by ID

Deletes a particular certificate from the certificate store.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

idstringRequired

Id of certificate (MongoDB ObjectId as string)

Response

Information about the certificate that was just deleted
_idstring
The Id of the certificate within the database
certificatestring
The raw certificate data
contract_idstring
The name of the certificate
hoststring
issuerstring
self_signedboolean
typestring
validityobject

Errors

500
Internal Server Error