API ReferenceWallet providers
Delete a wallet provider
DELETE
/v2/presentations/wallet-providers/{walletProviderId}Deletes an existing wallet provider that can present mDocs for online verification.
Roles
adminverifier
Analytics Events
PRESENTATION_WALLET_PROVIDER_DELETE_STARTPRESENTATION_WALLET_PROVIDER_DELETE_SUCCESSPRESENTATION_WALLET_PROVIDER_DELETE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
walletProviderId*string
Unique identifier for the wallet provider.
Format
uuidResponse Body
application/json
curl -X DELETE "https://example.com/v2/presentations/wallet-providers/281d20b3-42a3-40dd-b29a-115ff32b02b7"Empty
How would you rate this page?
Update a wallet provider PUT
Updates an existing wallet provider that can present mDocs for online verification.
Create an Apple Identity Access CSR POST
Creates an Apple Identity Access Certificate Signing Request (CSR) that can be uploaded to the Apple Developer Portal. This certificate contains the public key that will be used to decrypt the response from the Apple Wallet.