Drops a certificate from the database.
DROP CERTIFICATE [ IF EXISTS ] certificate-name
DROP CERTIFICATE deletes a certificate from the ISYSCERTIFICATE system table.
Use the IF EXISTS clause if you do not want an error returned when the DROP CERTIFICATE statement attempts to remove a certificate that does not exist.
You must have the MANAGE CERTIFICATES system privilege.
Automatic commit.
Not in the standard.
DROP CERTIFICATE mycert;