---
title: Remove Session Properties node
description: Configure the Remove Session Properties node to delete one or more named properties from the user session during an authentication journey.
component: platform
version: 7.5
page_id: platform:auth-node-ref:remove-session-properties
canonical_url: https://docs.pingidentity.com/platform/7.5/auth-node-ref/remove-session-properties.html
llms_txt: https://docs.pingidentity.com/platform/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication", "Sessions"]
page_aliases: ["auth-node-remove-session-properties.adoc"]
section_ids:
  availability: Availability
  outcomes: Outcomes
  properties: Properties
---

# 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.

## Properties

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