---
title: Risk Data
description: You can use the riskUserProfile endpoint to erase all of the risk-related data that has been collected for a specific user.
component: pingone-api
page_id: pingone-api:protect:risk-data
canonical_url: https://developer.pingidentity.com/pingone-api/protect/risk-data.html
---

# Risk Data

You can use the `riskUserProfile` endpoint to erase all of the risk-related data that has been collected for a specific user.

Risk Data data model

| Property    | Type   | Required? | Mutable? | Description                                                                               |
| ----------- | ------ | --------- | -------- | ----------------------------------------------------------------------------------------- |
| `user`      | Object | Required  | N/A      | Contains the fields representing the details of the user whose risk data is to be erased. |
| `user.id`   | String | Required  | N/A      | The ID of the user whose risk data is to be erased.                                       |
| `user.type` | String | Required  | N/A      | The type of the user whose risk data is to be erased - can be PING\_ONE or EXTERNAL.      |
