Skip to main content
PUT
/
v2
/
Pearl
/
{pearlId}
/
ResetMemory
Reset Customer Memory
curl --request PUT \
  --url https://api.nlpearl.ai/v2/Pearl/{pearlId}/ResetMemory \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "phoneNumber": "<string>"
}
'
true

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

pearlId
string
required

Body

phoneNumber
string | null

Response

Memory reset successful.

The response is of type boolean.