Skip to main content
POST
/
memory
/
{id}
/
call
/
{callId}
/
delete
Remove a specific call from a memory
curl --request POST \
  --url https://api.cleartalk.ai/memory/{id}/call/{callId}/delete \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "external_memory_key": "external_key_123"
}
'

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

id
string
required
callId
string
required

Body

application/json
external_memory_key
string

Optional external key for additional memory validation or cross-referencing.

Example:

"external_key_123"

Response

Call removed from memory successfully