Skip to main content

Delete proof schema

For the specified proof, permanently deletes all claim data which the wallet holder shared. The proof request metadata and related history entries are still accessible.

Function

deleteProofClaims(proofId: ProofDetail["id"]): Promise<void>

Parameter

  • proofId - UUID of the proof request from which to delete shared claims.

Return value

No value is returned on a successful call.