Digital wallets
De-register digital wallet
De-registers a digital wallet with a provider. Upon successful
de-registration, the digital wallet's record is deleted and will no
longer be available.
A digital wallet of the Apple provider may only be de-registered if
there are no active Apple Pay certificates. When there are only
incomplete or expired Apple Pay certificates, these certificates
are deleted alongside the Apple digital wallet's record.
DELETE
/digital-wallets/{digital_wallet_id}
curl --request DELETE \
--url https://api.sandbox.{gr4vy_id}.gr4vy.app/digital-wallets/{digital_wallet_id} \
--header 'Authorization: <authorization>'
This response has no body data.
This endpoint requires the digital-wallets.write
scope.
Authorizations
Authorizationheaderrequired
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
digital_wallet_idrequired
string
The ID of the registered digital wallet.
Response
204
Was this page helpful?
curl --request DELETE \
--url https://api.sandbox.{gr4vy_id}.gr4vy.app/digital-wallets/{digital_wallet_id} \
--header 'Authorization: <authorization>'
This response has no body data.