Delete an SSL certificate

Virtual Storage Platform One Object API Reference Guide

Version
3.0.x
File Size
270 KB
Audience
anonymous
Part Number
MK-24VSP1OB002-01

Deletes a registered SSL certificate from your system.

Endpoint

POST /certificates/delete

Request structure

{
  "subjectDn": "string"
}
Parameter Type Description
subjectDn String The Subject Distinguished Name of the certificate.

Return codes

Status code

HTTP name

Description

202 OK The certificate was successfully processed for deletion.
400 Bad Request The request is invalid or improperly formatted.
401 Unauthorized Access was denied because the credentials are not valid.
404 Not Found The specified certificate was not found.
405 Method Not Allowed The specified HTTP method is not allowed for administrative data. Resend using POST.
500 Internal Server Error There was an error with the server.