Skip to main content

DELETE – Certificate Instance

Certificate describes a certificate that proves the identify of a component, account, or service.

Request

DELETE https://{{ip}}/redfish/v1/AccountService/Accounts/{ManagerAccountId}/Certificates/{CertificateId}
DELETE https://{{ip}}/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates/{CertificateId}
DELETE https://{{ip}}/redfish/v1/Systems/{ComputerSystemId}/Boot/Certificates/{CertificateId}
DELETE https://{{ip}}/redfish/v1/AccountService/LDAP/Certificates/1
DELETE https://{{ip}}/redfish/v1/AccountService/LDAP/Certificates/Oem/Ami/ClientCertificates/1
Content-Type: application/json
Note
  1. HTTPS Certificate Instance DID NOT support DELETE operation because Lighttpd should always have one certificate.

  2. Default certificates from BIOS (that keys matched Lighttpd keys) should not be deleted from Boot Certificate Instance.

  3. DELETE operation on https://{{ip}}/redfish/v1/AccountService/LDAP/Certificates/1 and https://{{ip}}/redfish/v1/AccountService/LDAP/Certificates/Oem/Ami/ClientCertificates/1 cannot be performed when LDAP configuration is saved for SSL and StartTLS. User has to change the LDAP configuration to NoEncryption and can perform DELETE operation to delete, root ca, client certificate and the private key used for LDAP authenticationResponse

Response

The response status is 204 and no response body. Please refer to Collection Properties for the JSON response property.