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

Documentation Index

Fetch the complete documentation index at: https://developers.nlpearl.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.