Metaregistrar EPP documentation

All SSL commands: (create) (delete) (info) (renew) (reissue) (poll)

SSL Delete

The SSL delete command is a very straightforward command that will request deletion (revoke) an existing SSL certificate . When issuing this command, please note that the certificate will be invalidated at the Certificate Authority level

Example Delete request

<?xml version="1.0" encoding="UTF-8"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:ssl="http://www.metaregistrar.com/epp/ssl-1.0"> <command> <delete> <ssl:delete> <ssl:certificateId>1</ssl:certificateId> <ssl:reason><![CDATA[Whatever reason you have for revoking this certificate]]></ssl:reason> </ssl:delete> </delete> <clTRID>5a27b8d011a0e</clTRID> </command> </epp>