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
id
Id of certificate (MongoDB ObjectId as string)
Response
Information about the certificate that was just deleted
_id
The Id of the certificate within the database
certificate
The raw certificate data
contract_id
The name of the certificate
host
issuer
self_signed
type
validity
Errors
500
Internal Server Error