Skip to main content

Delete proof request

Deletes a proof request that has not completed yet. If the request is in REQUESTED state then the proof is retracted instead, retaining history of the interaction.

For mobile verification with BLE, deleting a proof request stops any BLE processes which were part of an interaction.

Related guide: Manage proof requests

Function

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

Parameters