delete https://api.trinsic.id/wallet/v1/api//verifications/
Service Clients (SDKs)
This endpoint can be accessed using one of our service clients as follows.
For more information on how to use our service clients, see our Service Clients (SDKs) guide.
await _walletClient.DeleteVerificationAsync(walletId, verificationId);
await walletClient.deleteVerification(walletId, verificationId);
wallet_client.delete_verification(wallet_id, verification_id)
wallet_client.delete_verification(wallet_id, verification_id)