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

# Reset Customer Memory

`PUT /v1/Pearl/{pearlId}/Memory/{phoneNumber}/Reset`

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

## Path parameters

- `pearlId` string, required
- `phoneNumber` string, required

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