cURL
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
Resets stored memory associated with a specific customer’s phone number for a given Pearl.
Specify the authorization token.
For more information, check out the Authorization Guide.
Memory reset successful.
The response is of type boolean.
boolean