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
- React Native
- iOS
- Android
deleteProof(proofId: ProofDetail["id"]): Promise<void>
func deleteProof(proofId: String) async throws
fun `deleteProof`(`proofId`: kotlin.String)
Parameters
- ID of the proof request to delete (value from create proof request)