DeleteCertificateInput
Input for deleting a certificate.
input DeleteCertificateInput {
certificateId: Int!
domainName: String!
}
Fields
DeleteCertificateInput.certificateId ● Int! non-null scalar common
The certificate ID to delete.
DeleteCertificateInput.domainName ● String! non-null scalar common
The domain name associated with the certificate.
Member Of
deleteCertificate mutation