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
- React Native
- iOS
- Android
deleteProofClaims(proofId: ProofDetail["id"]): Promise<void>
func deleteProofClaims(proofId: String) throws
fun `deleteProofClaims`(`proofId`: kotlin.String)
Parameter
proofId
- UUID of the proof request from which to delete shared claims.
Return value
No value is returned on a successful call.