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
_idstringOptional
The Id of the certificate within the database
certificatestringOptional
The raw certificate data
contract_idstringOptional
The name of the certificate
hoststringOptional
issuerstringOptional
self_signedbooleanOptional
typestringOptional
validityobjectOptional

Errors

500
Internal Server Error