---
title: PingOne Credentials Delete Wallet node
description: The PingOne Credentials Delete Wallet node lets you remove a paired digital wallet from a PingOne user.
component: auth-node-ref
version: latest
page_id: auth-node-ref:pingone:pingone-cred-delete-wallet
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/pingone/pingone-cred-delete-wallet.html
superseded_by: https://docs.pingidentity.com/auth-node-ref/latest/pingone/pingone-cred-delete-wallet.html
section_ids:
  example: Example
  inputs: Inputs
  dependencies: Dependencies
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
  errors: Errors
---

# PingOne Credentials Delete Wallet node

The PingOne Credentials Delete Wallet node lets you remove a paired digital wallet from a PingOne user.

## Example

Learn more in an [example journey using PingOne Credentials nodes](pingone-cred-overview.html#p1-cred-example-journey).

## Inputs

This node retrieves the `pingOneUserId` and `pingOneWalletId` from the journey state.

## Dependencies

This node requires that the PingOne Worker Service is configured so that it can connect to your PingOne instance and remove a paired digital wallet from the PingOne user.

## Configuration

| Property                    | Usage                                                                                                                        |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| PingOne Worker service ID   | The ID of the PingOne Worker service for connecting to PingOne.                                                              |
| PingOne UserID Attribute    | Local attribute name from which to retrieve `pingOneUserId`. The journey state is first looked up, then the local datastore. |
| Digital Wallet ID Attribute | Local attribute name to retrieve the digital wallet ID from the journey state.                                               |

## Outputs

This node doesn't change the shared state.

## Outcomes

* `Success`

  The wallet is successfully removed.

* `Not Found`

  No digital wallet was found to remove.

* `Error`

  There was an error during the wallet removal process.

## Errors

If the API call to PingOne Credentials fails, the following error is logged:

* `Error: PingOne Credentials Delete a Digital Wallet - Status Code - Response Body`
