DELETE
/
digital-wallets
/
{digital_wallet_id}
curl --request DELETE \
  --url https://api.{gr4vy_id}.gr4vy.app/digital-wallets/{digital_wallet_id} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

This endpoint requires the digital-wallets.write scope.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

digital_wallet_id
string
required

The ID of the registered digital wallet.