---
title: PingOne Credentials Revoke node
description: The PingOne Credentials Revoke node lets you revoke existing PingOne credentials in a journey.
component: auth-node-ref
version: latest
page_id: auth-node-ref:pingone:pingone-cred-revoke
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/pingone/pingone-cred-revoke.html
superseded_by: https://docs.pingidentity.com/auth-node-ref/latest/pingone/pingone-cred-revoke.html
section_ids:
  availability: Availability
  inputs: Inputs
  dependencies: Dependencies
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
  errors: Errors
---

# PingOne Credentials Revoke node

The PingOne Credentials Revoke node lets you revoke existing PingOne credentials in a journey.

## Availability

| Product                               | Available? |
| ------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud       | Yes        |
| PingAM (self-managed)                 | Yes        |
| Ping Identity Platform (self-managed) | Yes        |

## Inputs

This node retrieves the `PingOne User ID` and `Credential Type ID` from the shared state.

## Dependencies

This node requires that the PingOne Worker Service is configured so that it can connect to your PingOne instance and revoke PingOne credentials.

## Configuration

| Property                 | Usage                                                                                                                        |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| PingOne Service          | 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. |
| Credential ID Attribute  | The local attribute name to retrieve the credential ID from the shared state.                                                |

## Outputs

This node doesn't change the shared state.

## Outcomes

* `Success`

  The credential is successfully revoked.

* `Not Found`

  No credential was found.

* `Error`

  There was an error while revoking a credential.

## Errors

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

* `` Error: PingOne Credentials Revoke a User's Credential- Status Code - Response Body` ``
