docs.sign-web.app
  • Introduction
  • Getting started
  • Login / Account
  • Overview
  • Wallet
    • Receive
    • Send
    • Mass Send
  • Certification
    • File Certification
    • Email Certification
    • Multi-party Agreement
    • Verification Explorer
  • Buying options
    • With Waves
    • With FIAT
    • With USDN
  • DEVELOPERS
    • Technical details
      • File Certification
      • Revoke certification
      • Email Certification
      • Multiparty Agreement
      • USDN & Certification Credits
    • SIGN API
    • 3rd Party Integration
      • Certify
      • Verify
  • Contact-us
Powered by GitBook
On this page

Was this helpful?

  1. DEVELOPERS
  2. Technical details

Revoke certification

In some cases, it make sens to have to possibility to revoke a certification.

revokeCertification(certificationId: String, signerPubKey: String)

Call this function with the same account that previously created the certification passing the two following arguments:

certificationId: Simply the txid of the certification to revoke.

signerPubKey: is a String that represents the public key of an account signing the invocation calling this method.

To get the public key using waves signer in your webapp you simply need to get it with: document.signer._userData.publicKey

PreviousFile CertificationNextEmail Certification

Last updated 4 years ago

Was this helpful?