Remove an X509 certificate
POST/vedsdk/X509CertificateStore/remove
This method validates the request and removes a certificate from the certificate store. If a vault ID is provided, it removes the certificate associated with that vault ID. If a certificate is provided, it looks up the vault ID of the certificate and removes it. The method logs the event if the certificate is successfully removed.
Required scope: restricted:delete
Request
Responses
- 200
- 400
- 401
- 500
The certificate was successfully removed from the vault.
The request was invalid, possibly due to missing required properties.
The user is not authorized to remove the certificate from the vault.
An error occurred on the server while removing the certificate from the vault.