---
title: Remove Session Properties node
description: Removes properties from the session. The session properties may have been set by a Set Session Properties node elsewhere in the flow.
component: auth-node-ref
version: latest
page_id: auth-node-ref::remove-session-properties
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/remove-session-properties.html
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication", "Sessions"]
page_aliases: ["auth-node-remove-session-properties.adoc"]
superseded_by: https://docs.pingidentity.com/auth-node-ref/latest/remove-session-properties.html
section_ids:
  availability: Availability
  outcomes: Outcomes
  configuration: Configuration
---

# Remove Session Properties node

Removes properties from the session. The session properties may have been set by a [Set Session Properties node](set-session-properties.html) elsewhere in the flow.

If a specified key is not found in the list of session properties it is added to the session upon successful authentication, no error is thrown, and evaluation continues along the single outcome path.

If a specified key is found, the evaluation continues along the single outcome path after setting the value of the property to `null`.

## Availability

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

## Outcomes

Single outcome path.

## Configuration

| Property                    | Usage                                                                 |
| --------------------------- | --------------------------------------------------------------------- |
| Property Names *(required)* | Enter one or more key names of properties to remove from the session. |
