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. |