PUT
/
v1
/
Pearl
/
{pearlId}
/
Memory
/
{phoneNumber}
/
Reset
curl --request PUT \
  --url https://api.nlpearl.ai/v1/Pearl/{pearlId}/Memory/{phoneNumber}/Reset \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

pearlId
string
required

The unique identifier of the Pearl whose memory should be reset.

phoneNumber
string
required

The phone number associated with the customer whose memory should be reset.

Response

200
text/plain
Memory reset successful.

The response is of type boolean.