Skip to main content

deleteCertificate

Delete a certificate.

deleteCertificate(
input: DeleteCertificateInput
): DeleteCertificatePayload!

Example

mutation ($input: DeleteCertificateInput) {
deleteCertificate(input: $input) {
deleted
}
}

Arguments

deleteCertificate.input ● DeleteCertificateInput input common

The certificate to delete.

Type

DeleteCertificatePayload object common

The result of deleting a certificate.