DeleteCertificate
Last updated
Last updated
This API is used to delete a certificate.
Note
Deleting certificates that are currently in use is not allowed.
The following list includes the request parameters required by the API:
Parameter Name | Required | Type | Description |
---|---|---|---|
Parameter Name | Type | Description |
---|---|---|
Delete a certificate
The following includes error codes encountered in business logic. For other error codes, see Common Error Codes.
HTTP Status Code | Error Code | Description |
---|---|---|
certificateId
Yes
String
Certificate ID
requestId
String
Unique request ID. Returned with every request. This request's requestId is needed when troubleshooting.
400
CERTIFICATE_IS_USING
The certificate is currently in use and cannot be deleted
404
INVALID_CERTIFICATE_NOT_FOUND
The specified certificate was not found