---
title: "Reset Customer Memory"
method: PUT
path: "/v2/Pearl/{pearlId}/ResetMemory"
tags: ["Pearl"]
---

# Reset Customer Memory

`PUT /v2/Pearl/{pearlId}/ResetMemory`

Resets stored memory associated with a specific customer's phone number for a given Pearl.

## Path parameters

- `pearlId` string, required

## Request body

- ResetMemoryRequest
  - `phoneNumber` string, nullable — The phone number of the customer whose conversation memory should be reset.

## Response `200`

Memory reset successful.

- boolean

## Other responses

- `400` — Invalid input parameters.
- `500` — An internal server error occurred.

---

[API](https://skmtc.net/nlpearl/apis/nlpearl-client-api.md) · [All operations](https://skmtc.net/nlpearl/apis/nlpearl-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nlpearl/nlpearl-client-api/versions/52d64fc5d6e9/schema)
